2019-10-18 03:23:29 +09:00
|
|
|
{
|
2019-10-18 21:41:11 +09:00
|
|
|
"name": "node-web-i2c",
|
2021-04-19 18:08:53 +00:00
|
|
|
"version": "1.1.9",
|
2019-10-18 03:23:29 +09:00
|
|
|
"description": "I2C access with Node.js",
|
|
|
|
"main": "index.js",
|
2019-12-19 14:04:48 +09:00
|
|
|
"files": [
|
|
|
|
"index.*"
|
|
|
|
],
|
2019-10-18 03:23:29 +09:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-02-06 23:46:05 +09:00
|
|
|
"url": "https://github.com/chirimen-oh/node-web-i2c.git"
|
2019-10-18 03:23:29 +09:00
|
|
|
},
|
|
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-06-25 11:37:34 +09:00
|
|
|
"@types/i2c-bus": "^5.1.0",
|
2021-02-06 17:23:02 +09:00
|
|
|
"@types/node": "^14.14.25",
|
|
|
|
"i2c-bus": "^5.2.1"
|
2019-10-18 03:23:29 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-19 15:14:18 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
|
|
"@typescript-eslint/parser": "^4.22.0",
|
2021-03-28 17:31:45 +09:00
|
|
|
"eslint": "^7.20.0",
|
2021-04-19 12:57:49 +00:00
|
|
|
"typescript": "^4.2.4"
|
2019-10-18 03:23:29 +09:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-02-06 17:20:46 +09:00
|
|
|
"build": "tsc",
|
2021-03-28 17:31:45 +09:00
|
|
|
"lint": "eslint index.ts",
|
2021-02-06 17:20:46 +09:00
|
|
|
"prepare": "npm run build"
|
2019-10-18 21:41:11 +09:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hardware",
|
|
|
|
"i2c",
|
|
|
|
"iot",
|
|
|
|
"linux",
|
|
|
|
"pi",
|
|
|
|
"raspberry",
|
|
|
|
"raspberry pi",
|
|
|
|
"raspi",
|
|
|
|
"robot",
|
|
|
|
"robotics",
|
|
|
|
"robots",
|
|
|
|
"rpi",
|
|
|
|
"smbus"
|
|
|
|
]
|
2019-10-18 03:23:29 +09:00
|
|
|
}
|