2016-07-28 11:35:17 +01: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-10 16:21:50 -07:00
|
|
|
"core": "file:../core"
|
2016-07-28 11:35:17 +01:00
|
|
|
}
|
|
|
|
}
|