Files
Binary-Light-Box/pxt.json
2021-06-19 17:23:04 +01:00

23 lines
385 B
JSON

{
"name": "Binary Box",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}