pxt-microbit/libs/lang-test1/pxt.json

13 строки
276 B
JSON

{
"name": "lang-test1",
"description": "Test for the TypeScript -> HEX compiler; microbit specific parts",
"installedVersion": "file:.",
"files": [
"lang-test1.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}