it8951
Version:
Raspberry Pi node.js module for e-papers controlled by IT8951
20 lines (19 loc) • 408 B
JSON
{
"name": "resolution",
"version": "1.0.0",
"description": "Renders a simple sinoidal resolution",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"it8951": "file:../.."
},
"devDependencies": {
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
}
}