pxt-hacking-stem/pxt.json

23 строки
423 B
JSON

{
"name": "data-streamer",
"version": "0.1.3",
"description": "Support for Hacking STEM activities",
"license": "MIT",
"dependencies": {
"core": "*"
},
"files": [
"README.md",
"extension.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"binaryonly": true
}