-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"populateTables": "node -e 'const populateTables = require(\"./jobs/PopulateTables\"); populateTables();'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"author": "Samuel Mbugua",
"license": "ISC",
"dependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "8",
"bcryptjs": "^2.4.3",
"ccxt": "^4.3.36",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csv-parser": "^3.0.0",
"dotenv": "^10.0.0",
"express": "^4.18.2",
"gate-api": "^5.60.1",
"jsonwebtoken": "^9.0.0",
"node-cron": "^3.0.3",
"pdf-lib": "^1.17.1",
"pdfkit": "^0.14.0",
"pg": "^8.11.3",
"sequelize": "^6.37.1",
"socket.io": "^4.5.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"ws": "^8.16.0"
},
"keywords": [],
"description": "",
"devDependencies": {
"chai": "^5.1.0",
"mocha": "^10.4.0",
"nodemon": "^3.0.1",
"socket.io-client": "^4.7.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Soundmoney254/Dualnet-Backend.git"
}
}