node-web-gpio/package.json

49 lines
1.2 KiB
JSON

{
"name": "node-web-gpio",
"version": "1.0.33",
"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 <kou029w@gmail.com>",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/node": "^22.7.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc",
"lint": "biome lint 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"
],
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}