node-web-i2c/package.json
2021-07-06 05:09:36 +00:00

46 lines
911 B
JSON

{
"name": "node-web-i2c",
"version": "1.1.11",
"description": "I2C access with Node.js",
"main": "index.js",
"files": [
"index.*"
],
"repository": {
"type": "git",
"url": "https://github.com/chirimen-oh/node-web-i2c.git"
},
"author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/i2c-bus": "^5.1.0",
"@types/node": "^14.14.25",
"i2c-bus": "^5.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.20.0",
"typescript": "^4.2.4"
},
"scripts": {
"build": "tsc",
"lint": "eslint index.ts",
"prepare": "npm run build"
},
"keywords": [
"hardware",
"i2c",
"iot",
"linux",
"pi",
"raspberry",
"raspberry pi",
"raspi",
"robot",
"robotics",
"robots",
"rpi",
"smbus"
]
}