mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_QuickPager.git
synced 2024-08-14 23:56:25 +00:00
27 lines
499 B
JSON
27 lines
499 B
JSON
|
{
|
||
|
"name": "MicroBit_QuickPager",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"core": "*",
|
||
|
"radio": "*",
|
||
|
"microphone": "*"
|
||
|
},
|
||
|
"files": [
|
||
|
"main.ts",
|
||
|
"README.md",
|
||
|
"main.py"
|
||
|
],
|
||
|
"testFiles": [
|
||
|
"test.ts"
|
||
|
],
|
||
|
"targetVersions": {
|
||
|
"target": "5.0.12",
|
||
|
"targetId": "microbit"
|
||
|
},
|
||
|
"supportedTargets": [
|
||
|
"microbit"
|
||
|
],
|
||
|
"preferredEditor": "pyprj",
|
||
|
"languageRestriction": "python-only"
|
||
|
}
|