-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "casperstats-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js",
"test": "mocha 'src/test/**/*.js' --recursive --timeout 60000 --exit",
"test-chain": "mocha 'src/test/chain/**/*.js' --recursive --timeout 60000 --exit",
"test-info": "mocha 'src/test/info/**/*.js' --recursive --timeout 60000 --exit",
"test-state": "mocha 'src/test/state/**/*.js' --recursive --timeout 60000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptoviet/casperstats-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cryptoviet/casperstats-backend/issues"
},
"homepage": "https://github.com/cryptoviet/casperstats-backend#readme",
"dependencies": {
"axios": "^1.1.3",
"casper-client-sdk": "^1.4.2",
"child_process": "^1.0.2",
"coingecko-api": "^1.0.10",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"highcharts-export-server": "^2.1.0",
"joi": "^17.7.0",
"mathjs": "^9.3.2",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-cache": "^5.1.2",
"node-cron": "^3.0.2",
"nodemon": "^2.0.7",
"sequelize": "^6.23.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.0.2",
"prettier": "^2.3.2",
"should": "^13.2.3",
"supertest": "^6.1.3",
"typescript": "~4.7.4"
}
}