2016-07-28 12:35:17 +02:00
|
|
|
{
|
|
|
|
"name": "lang-test1",
|
|
|
|
"description": "Test for the TypeScript -> HEX compiler; microbit specific parts",
|
|
|
|
"installedVersion": "file:.",
|
|
|
|
"files": [
|
|
|
|
"lang-test1.ts"
|
|
|
|
],
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
2016-10-11 01:21:50 +02:00
|
|
|
"core": "file:../core"
|
2016-07-28 12:35:17 +02:00
|
|
|
}
|
|
|
|
}
|