mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_SimpleCounter.git
synced 2024-08-14 23:50:57 +00:00
26 lines
483 B
JSON
26 lines
483 B
JSON
{
|
|
"name": "MicroBit_SimpleCounter",
|
|
"description": "",
|
|
"dependencies": {
|
|
"core": "*",
|
|
"radio": "*",
|
|
"microphone": "*"
|
|
},
|
|
"files": [
|
|
"main.blocks",
|
|
"main.ts",
|
|
"README.md",
|
|
"main.py"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"targetVersions": {
|
|
"target": "5.0.12",
|
|
"targetId": "microbit"
|
|
},
|
|
"supportedTargets": [
|
|
"microbit"
|
|
],
|
|
"preferredEditor": "tsprj"
|
|
}
|