mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
803bb900e3
* cf feature/prettier husky, lint-staged, prettier add.
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "node-web-i2c",
|
|
"version": "1.1.14",
|
|
"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": "^16.11.12",
|
|
"i2c-bus": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.12",
|
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
"@typescript-eslint/parser": "^5.6.0",
|
|
"eslint": "^8.4.1",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.1.2",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint index.ts",
|
|
"prepare": "husky install && rm -rf dist && npm run build",
|
|
"precommit": "lint-staged"
|
|
},
|
|
"keywords": [
|
|
"hardware",
|
|
"i2c",
|
|
"iot",
|
|
"linux",
|
|
"pi",
|
|
"raspberry",
|
|
"raspberry pi",
|
|
"raspi",
|
|
"robot",
|
|
"robotics",
|
|
"robots",
|
|
"rpi",
|
|
"smbus"
|
|
]
|
|
}
|