pxt-calliope/libs/hello/pxt.json

13 lines
213 B
JSON

{
"name": "hello",
"description": "Hello world",
"files": [
"hello.ts"
],
"public": true,
"dependencies": {
"core": "file:../core",
"radio": "file:../radio"
}
}