91 lines
2.4 KiB
JSON
91 lines
2.4 KiB
JSON
{
|
|
"name": "microbit",
|
|
"description": "The microbit core library",
|
|
"installedVersion": "tsmdvf",
|
|
"files": [
|
|
"README.md",
|
|
"dal.d.ts",
|
|
"enums.d.ts",
|
|
"shims.d.ts",
|
|
"core.d.ts",
|
|
"mbit.ts",
|
|
"images.cpp",
|
|
"basic.cpp",
|
|
"input.cpp",
|
|
"input.ts",
|
|
"control.ts",
|
|
"control.cpp",
|
|
"game.ts",
|
|
"led.ts",
|
|
"music.ts",
|
|
"pins.ts",
|
|
"serial.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {},
|
|
"target": {
|
|
"id": "microbit",
|
|
"name": "BBC micro:bit",
|
|
"title": "JavaScript for BBC micro:bit",
|
|
"cloud": {
|
|
"workspace": false,
|
|
"packages": true
|
|
},
|
|
"blocksprj": {
|
|
"id": "blocksprj",
|
|
"config": {
|
|
"name": "{0} block",
|
|
"dependencies": {
|
|
"microbit": "*",
|
|
"microbit-radio": "*"
|
|
},
|
|
"description": "",
|
|
"files": [
|
|
"main.blocks",
|
|
"main.blocks.ts",
|
|
"README.md"
|
|
]
|
|
},
|
|
"files": {
|
|
"main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"device_print_message\"><value name=\"text\"><shadow type=\"text\"><field name=\"TEXT\">Hello!</field></shadow></value></block></xml>",
|
|
"main.blocks.ts": "\n",
|
|
"README.md": "Describe your project here!"
|
|
}
|
|
},
|
|
"tsprj": {
|
|
"id": "tsprj",
|
|
"config": {
|
|
"name": "{0} bit",
|
|
"dependencies": {
|
|
"microbit": "*",
|
|
"microbit-radio": "*"
|
|
},
|
|
"description": "",
|
|
"files": [
|
|
"main.ts",
|
|
"README.md"
|
|
]
|
|
},
|
|
"files": {
|
|
"main.ts": "basic.showString('Hello!')\n",
|
|
"README.md": "Describe your project here!"
|
|
}
|
|
},
|
|
"compile": {
|
|
"isNative": false,
|
|
"hasHex": true
|
|
},
|
|
"simulator": {
|
|
"autoRun": true
|
|
},
|
|
"compileService": {
|
|
"gittag": "v0",
|
|
"serviceId": "ws"
|
|
},
|
|
"serial": {
|
|
"manufacturerFilter": "^mbed$",
|
|
"log": true
|
|
}
|
|
}
|
|
}
|