-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
44
45
46
{
"name": "spc19-api",
"version": "1.0.0-oas3",
"description": "This is an API for SPC19 project",
"main": "index.js",
"scripts": {
"test": "npx jest --runInBand ./test",
"start": "node index.js | pino-pretty -c -t",
"dev": "nodemon index.js | pino-pretty -c -t"
},
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"body-parser": "1.19.0",
"cors": "2.8.5",
"express": "4.17.1",
"ibantools": "^3.3.0",
"js-yaml": "3.3.0",
"jsonwebtoken": "8.5.1",
"moment": "^2.29.1",
"nodemailer": "^6.5.0",
"oas-tools": "2.1.8",
"pino": "^6.11.3",
"pino-http": "^5.5.0",
"solc": "^0.8.3",
"to-uuid": "^0.1.3",
"web3": "^1.2.6",
"web3-eea": "^0.10.0",
"web3-utils": "^1.3.4",
"yup": "^0.32.9"
},
"devDependencies": {
"jest": "^26.6.3",
"mongodb-memory-server": "^6.9.3",
"mongoose": "^5.11.12",
"nodemon": "^2.0.7",
"pino-pretty": "^4.7.1",
"supertest": "^6.1.1"
},
"jest": {
"testEnvironment": "node"
}
}