-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 939 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
{
"name": "scb-openapi-oh-my-merchant-service",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "cross-env DEBUG=scb-openapi-oh-my-merchant-service:* nodemon --exec 'npm start'",
"test": "jest --watchAll=false",
"test:watch": "jest --watchAll=true",
"test:coverage": "jest --watchAll=false --collectCoverage"
},
"dependencies": {
"axios": "^0.19.2",
"cross-env": "^7.0.2",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"http-errors": "^1.8.0",
"http-status-codes": "^1.4.0",
"moment": "^2.27.0",
"morgan": "^1.10.0",
"safe-compare": "^1.1.4",
"socket.io": "^2.3.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/jest": "^26.0.16",
"jest": "^26.6.3",
"nodemon": "^2.0.4"
},
"engines": {
"node": ">=12.16.2"
}
}