12 lines
183 B
JSON
12 lines
183 B
JSON
|
{
|
||
|
"name": "hello",
|
||
|
"description": "Hello world",
|
||
|
"files": [
|
||
|
"hello.ts"
|
||
|
],
|
||
|
"public": true,
|
||
|
"dependencies": {
|
||
|
"core": "file:../microbit"
|
||
|
}
|
||
|
}
|