UNPKG

it8951

Version:

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

48 lines (47 loc) 1.15 kB
{ "name": "it8951", "version": "0.1.1", "description": "Raspberry Pi node.js module for e-papers controlled by IT8951", "keywords": [ "e-paper", "waveshare", "it8651", "bcm2853", "eink" ], "main": "dist/it8951.js", "types": "dist/it8951.d.ts", "scripts": { "prebuild": "node-gyp rebuild", "build": "tsc", "test": "node --napi-modules index.js", "doc": "npx typedoc --plugin typedoc-plugin-markdown --excludePrivate --excludeNotExported --stripInternal ", "check": "gts check", "clean": "gts clean", "fix": "gts fix", "prepare": "npm run build", "pretest": "npm run build", "posttest": "npm run check" }, "author": "K. Johan Paulsson", "repository": { "type": "git", "url": "https://github.com/gnzzz/IT8951.git" }, "license": "GPL-3.0-only", "devDependencies": { "@types/node": "^14.0.23", "node-gyp": "^7.0.0", "typedoc": "^0.18.0", "typedoc-plugin-markdown": "^2.4.2", "typescript": "^3.9.7", "gts": "^2.0.2" }, "engines": { "node": ">=8.9.0" }, "gypfile": true, "dependencies": { "node-addon-api": "^3.0.1" } }