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