15 lines
263 B
JSON
15 lines
263 B
JSON
|
{
|
||
|
"name": "touch-sensor",
|
||
|
"description": "Touch Sensor support",
|
||
|
"files": [
|
||
|
"README.md",
|
||
|
"touch.ts"
|
||
|
],
|
||
|
"testFiles": [
|
||
|
"test.ts"
|
||
|
],
|
||
|
"public": true,
|
||
|
"dependencies": {
|
||
|
"core": "file:../core"
|
||
|
}
|
||
|
}
|