18 lines
283 B
JSON
18 lines
283 B
JSON
|
{
|
||
|
"name": "core",
|
||
|
"description": "The core library",
|
||
|
"files": [
|
||
|
"README.md",
|
||
|
"pxt.h",
|
||
|
"pxtcore.h",
|
||
|
"ns.ts"
|
||
|
],
|
||
|
"testFiles": [
|
||
|
"test.ts"
|
||
|
],
|
||
|
"public": true,
|
||
|
"dependencies": {
|
||
|
"base": "file:../base"
|
||
|
}
|
||
|
}
|