15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"name": "ev3",
|
|
"description": "The EV3 library",
|
|
"files": [
|
|
"README.md",
|
|
"ns.ts"
|
|
],
|
|
"dependencies": {
|
|
"base": "file:../base",
|
|
"core": "file:../core",
|
|
"music": "file:../music"
|
|
},
|
|
"public": true
|
|
}
|