-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 959 Bytes
/
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
{
"name": "bitx",
"version": "1.0.0",
"description": "Bitx trading platform",
"main": "app.js",
"scripts": {
"start": "cross-env JSON_env=production nodemon app.js",
"dev": "SET JSON_env=production& nodemon app.js",
"end": "SET JSON_env=development& nodemon app.js"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yahia008/Bitx.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yahia008/Bitx/issues"
},
"homepage": "https://github.com/yahia008/Bitx#readme",
"dependencies": {
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"flutterwave-node-v3": "^1.1.9",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.2",
"nodemailer": "^6.9.13",
"validator": "^13.11.0"
}
}