{ "name": "node-web-gpio", "version": "1.0.30", "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": "^18.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.4.0", "husky": "^8.0.0", "lint-staged": "^15.0.0", "prettier": "^3.0.0", "typedoc": "^0.25.0", "typescript": "^5.0.0" }, "scripts": { "build": "tsc", "lint": "eslint index.ts", "prepare": "husky install && rm -rf dist && npm run build", "precommit": "lint-staged", "docs": "npm run remove:docs && npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./ README.md", "typedoc": "typedoc", "remove:docs": "rm -rf docs" }, "keywords": [ "gpio", "hardware", "iot", "linux", "pi", "raspberry", "raspberry pi", "raspi", "robot", "robotics", "robots", "rpi" ] }