-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 866 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
{
"name": "nodejs-design-patterns-exercises",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --colors -b --exit --require @babel/register"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"csv-generate": "^4.2.1",
"csv-parse": "^5.3.3",
"nodemon": "^2.0.20",
"parallel-stream": "^1.1.2",
"pretty-ms": "^8.0.0",
"stream-transform": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.21.0",
"babel-plugin-transform-optional-chaining": "^7.0.0-beta.3",
"babel-preset-env": "^1.7.0",
"babel-watch": "^7.7.2",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"mocha": "^10.2.0"
}
}