{
  "name": "node-web-gpio",
  "version": "1.1.67",
  "description": "GPIO access with Node.js",
  "keywords": [
    "gpio",
    "hardware",
    "iot",
    "linux",
    "pi",
    "raspberry",
    "raspberry pi",
    "raspi",
    "robot",
    "robotics",
    "robots",
    "rpi"
  ],
  "license": "MIT",
  "author": "Kohei Watanabe <nebel@fogtype.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/chirimen-oh/node-web-gpio.git"
  },
  "files": [
    "dist/*"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "oxlint",
    "prepare": "husky install && rm -rf dist && npm run build",
    "precommit": "lint-staged",
    "preversion": "npm run docs && git add docs",
    "docs": "typedoc"
  },
  "devDependencies": {
    "@tsconfig/strictest": "2.0.8",
    "@types/node": "25.9.2",
    "husky": "9.1.7",
    "lint-staged": "17.0.7",
    "oxfmt": "0.53.0",
    "oxlint": "1.68.0",
    "oxlint-tsgolint": "0.23.0",
    "typedoc": "0.28.19",
    "typedoc-rhineai-theme": "1.2.0",
    "typescript": "6.0.3"
  }
}
