node-web-gpio/package.json

22 lines
460 B
JSON

{
"name": "@notweb/gpio",
"version": "0.0.1",
"description": "GPIO access with Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/kou029w/notweb-gpio.git"
},
"author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^12.7.12",
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc"
}
}