mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
25 lines
506 B
JSON
25 lines
506 B
JSON
{
|
|
"name": "@notweb/i2c",
|
|
"version": "0.0.1",
|
|
"description": "I2C access with Node.js",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kou029w/notweb-i2c.git"
|
|
},
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"i2c-bus": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.7.12",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|