{ "name": "node-web-gpio", "version": "1.0.7", "description": "GPIO access with Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/*" ], "repository": { "type": "git", "url": "https://github.com/chirimen-oh/node-web-gpio.git" }, "author": "Kohei Watanabe ", "license": "MIT", "devDependencies": { "@types/node": "^14.14.25", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0", "eslint": "^8.0.0", "typescript": "^4.2.3" }, "scripts": { "build": "tsc", "lint": "eslint index.ts", "prepare": "rm -rf dist && npm run build" }, "keywords": [ "gpio", "hardware", "iot", "linux", "pi", "raspberry", "raspberry pi", "raspi", "robot", "robotics", "robots", "rpi" ] }