-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 878 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
{
"name": "monk_back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js", "client": "npm run start --prefix client", "server": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.2.2",
"bitcoinjs-lib": "^6.1.0",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"crypto": "^1.0.1",
"currency-cloud": "^4.4.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"flutterwave-node-v3": "^1.0.12",
"fs": "^0.0.1-security",
"js-sha256": "^0.9.0",
"jsonwebtoken": "^9.0.0",
"litecoinjs": "^1.4.0",
"mongoose": "^6.8.4",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"request": "^2.88.2",
"sqlite3": "^5.1.6",
"stripe": "^11.6.0"
}
}