UNPKG

it8951

Version:

Raspberry Pi node.js module for e-papers controlled by IT8951

23 lines (22 loc) 472 B
{ "name": "clock", "version": "1.0.0", "description": "Shows a clock on an epaper", "main": "index.js", "scripts": { "start": "ts-node index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "canvas": "^2.6.1", "it8951": "file:../..", "sharp": "^0.25.4" }, "devDependencies": { "@types/sharp": "^0.25.0", "ts-node": "^8.10.2", "typescript": "^3.9.7" } }