forked from Apollon77/node-ph803w
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 888 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": "jebao-dosing-pump-md-4.4",
"version": "1.0.3",
"dependencies": {
"debug": "^4.3.4"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.38",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.16.0",
"mocha": "^9.2.2",
"sinon": "^13.0.2",
"sinon-chai": "^3.7.0",
"nyc": "^15.1.0"
},
"scripts": {
"lint": "eslint \"*.js\" \"lib/**/*.js\"",
"test": "DEBUG=jeabo* nyc --reporter=lcov node_modules/mocha/bin/mocha --exit",
"release": "release-script"
},
"readme": "README.md"
}