-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "am2320",
"description": "AM2320 in Node.js",
"version": "0.3.0",
"author": "egy186",
"bugs": {
"url": "https://github.com/egy186/am2320/issues"
},
"dependencies": {
"crc": "^3.8.0",
"i2c-bus": "^5.1.0"
},
"devDependencies": {
"@egy186/eslint-config": "^0.47.0",
"eslint": "^7.6.0",
"eslint-plugin-jsdoc": "^30.1.0",
"eslint-plugin-node": "^11.1.0"
},
"engines": {
"node": ">=10.18.1"
},
"files": [
"addresses.js",
"event.js",
"get-data.js",
"index.js",
"index.d.ts",
"read.js"
],
"homepage": "https://github.com/egy186/am2320#readme",
"keywords": [
"am2320",
"i2c"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/egy186/am2320.git"
},
"scripts": {
"lint": "eslint ."
}
}