{ "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 ", "license": "MIT", "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "^12.7.12", "typescript": "^3.6.4" }, "scripts": { "build": "tsc" } }