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