mirror of
https://github.com/chirimen-oh/node-web-gpio.git
synced 2025-01-18 16:08:00 +00:00
42 lines
866 B
JSON
42 lines
866 B
JSON
{
|
|
"name": "node-web-gpio",
|
|
"version": "1.0.8",
|
|
"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": {
|
|
"@types/node": "^14.14.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.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"
|
|
]
|
|
}
|