forked from amcereijo/node-certification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 KB
/
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
{
"name": "node-certification",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:unit": "LOG=1 jest",
"test": "jest ."
},
"author": "acereijo <[email protected]>",
"license": "ISC",
"dependencies": {
"@workshoppers/scope-chains-closures": "^1.0.5",
"async": "^3.2.0",
"async-you": "^2.0.0",
"chai": "^4.2.0",
"concat-files": "^0.1.1",
"concat-stream": "^2.0.0",
"csv": "^5.3.2",
"csv-parser": "^2.3.2",
"csv2": "^0.1.1",
"debug": "^4.1.1",
"duplexer2": "^0.1.4",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"express": "^4.17.1",
"jest": "^25.5.4",
"readable-stream": "^3.6.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"split": "^1.0.1",
"stream-adventure": "^4.1.1",
"stream-combiner": "^0.2.2",
"tar": "^6.0.2",
"through": "^2.3.8",
"through2": "^3.0.1",
"trumpet": "^1.7.2",
"websocket-stream": "^5.5.2"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}