15 lines
261 B
JSON
15 lines
261 B
JSON
|
{
|
||
|
"name": "chassis",
|
||
|
"description": "Chassis robot support",
|
||
|
"files": [
|
||
|
"README.md",
|
||
|
"chassis.ts"
|
||
|
],
|
||
|
"testFiles": [
|
||
|
"test.ts"
|
||
|
],
|
||
|
"public": true,
|
||
|
"dependencies": {
|
||
|
"core": "file:../core"
|
||
|
}
|
||
|
}
|