-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 924 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
{
"name": "ni-am2315",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/name-industry/ni-am2315.git",
"author": "alexander davis <nameindustry@gmail.com>",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"start": "node ./Example/index.js",
"docs-create": "node ./Scripts/CleanDocFolder.js && node_modules/.bin/jsdoc index.js --configure .jsDoc.json --verbose",
"docs-view": "http-server ./Docs/ -p 0 -o --log-ip",
"test": "jest"
},
"dependencies": {
"big.js": "^6.2.1",
"i2c-bus": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"babel-jest": "^29.2.1",
"http-server": "^14.1.1",
"jest": "^29.2.1",
"jsdoc": "^3.6.11",
"jsdoc-template": "braintree/jsdoc-template",
"jsdoc-to-markdown": "^7.1.1",
"node-cleanup": "^2.1.2",
"rimraf": "^3.0.2"
}
}