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