mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-19 00:18:03 +00:00
@types 含める
This commit is contained in:
parent
f54ff17267
commit
08e7cd8601
1 changed files with 2 additions and 5 deletions
|
@ -12,15 +12,12 @@
|
||||||
},
|
},
|
||||||
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@types/i2c-bus": "~5",
|
||||||
|
"@types/node": "~12",
|
||||||
"i2c-bus": "~5"
|
"i2c-bus": "~5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/i2c-bus": "~5",
|
|
||||||
"@types/node": "~12",
|
|
||||||
"typescript": "~3.7"
|
"typescript": "~3.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue