node-web-gpio/package.json

38 lines
716 B
JSON

{
"name": "node-web-gpio",
"version": "1.0.0",
"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.6.3",
"typescript": "^4.0.2"
},
"scripts": {
"build": "tsc",
"prepublish": "rm -rf dist && yarn build"
},
"keywords": [
"gpio",
"hardware",
"iot",
"linux",
"pi",
"raspberry",
"raspberry pi",
"raspi",
"robot",
"robotics",
"robots",
"rpi"
]
}