-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 952 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 952 Bytes
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": "migration-module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --check-leaks -r ts-node/register -r tsconfig-paths/register \"src/test/*.test.ts\""
},
"license": "MIT",
"dependencies": {
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.1",
"adm-zip": "^0.5.5",
"archiver": "^5.3.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.3.2",
"moment": "^2.29.1",
"mongoose": "^5.12.7",
"socket.io": "^4.0.1",
"supertest": "^6.1.3",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.4",
"uuid": "^8.3.2",
"web3": "^1.3.5"
}
}