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