-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "ze-xe",
"version": "0.0.0",
"main": "app.js",
"repository": "https://github.com/ze-xe/backend-0.1-arbitrum.git",
"author": "mubashirzebi <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"start1": "ts-node build",
"dep": "ts-node ./script/config.ts",
"build": "tsc -p .",
"dev": "ts-node app.ts",
"stage": "yarn dep && yarn pair && ./node_modules/.bin/pm2 install typescript && pm2 start ecosystem.config.js --no-daemon --env stage",
"prod": "yarn dep && yarn pair && ./node_modules/.bin/pm2 install typescript && pm2 start ecosystem.config.js --no-daemon --env stage",
"test": "mocha -r ts-node/register --timeout 180000 ./src/test/unitTestHardhat/**/*.ts",
"coverage": "nyc npm run test0",
"test0": "mocha -r ts-node/register --timeout 60000 ./src/test/unitTest/**.ts --exit",
"pair": "mocha -r ts-node/register --timeout 180000 --exit ./src/test/pair/createPair.ts"
},
"dependencies": {
"@sentry/node": "^7.28.1",
"@sentry/tracing": "^7.28.1",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.14",
"@types/morgan": "^1.9.3",
"axios": "^1.1.3",
"big.js": "^6.2.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"custom-env": "^2.0.1",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"express": "^4.18.2",
"express-status-monitor": "^1.3.4",
"hardhat-gas-reporter": "^1.0.9",
"helmet": "^6.0.1",
"joi": "^17.7.0",
"minimist": "^1.2.7",
"mongoose": "^6.7.0",
"morgan": "^1.10.0",
"nyc": "^15.1.0",
"path": "^0.12.7",
"pm2": "^5.2.2",
"socket.io": "^4.5.4",
"solidity-coverage": "^0.8.2",
"start-server-and-test": "^1.15.2",
"typescript": "^4.9.4",
"web3.storage": "^4.4.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@openzeppelin/hardhat-upgrades": "^1.22.0",
"@typechain/hardhat": "^6.1.5",
"@types/big.js": "^6.1.6",
"@types/chai": "^4.3.4",
"@types/cors": "^2.8.13",
"@types/mocha": "^10.0.1",
"@types/socket.io": "^3.0.2",
"@types/socket.io-client": "^3.0.0",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"eslint": "^8.29.0",
"hardhat": "^2.12.6",
"mocha": "^10.1.0",
"nodemon": "^2.0.20",
"socket.io-client": "^4.5.4",
"ts-node": "^10.9.1"
}
}