UNPKG

rpio-define

Version:

Modern style define GPIO for RaspberryPi.

46 lines (45 loc) 1.01 kB
{ "name": "rpio-define", "version": "0.0.9", "description": "Modern style define GPIO for RaspberryPi.", "main": "lib/defineIO.js", "module": "lib/esm/defineIO.js", "types": "lib/defineIO.d.ts", "exports": { "import": "./lib/esm/defineIO.js", "require": "./lib/defineIO.js" }, "files": [ "lib", "LICENSE", "package.json" ], "scripts": { "build": "npm run build:cjs && npm run build:esm", "build:cjs": "tsc", "build:esm": "tsc --project tsconfig.esm.json" }, "repository": { "type": "git", "url": "git+https://github.com/MKGaru/rpio-define.git" }, "keywords": [ "gpio", "raspberrypi", "rpio" ], "author": "MKGaru", "license": "MIT", "bugs": { "url": "https://github.com/MKGaru/rpio-define/issues" }, "homepage": "https://github.com/MKGaru/rpio-define#readme", "devDependencies": { "@types/rpio": "^2.4.2", "rpio": "^2.4.2", "typescript": "^4.5.5" }, "peerDependencies": { "rpio": "*" } }