-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 926 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": "line-wallet",
"version": "0.0.1",
"description": "Backend for line wallet",
"main": "src/index.js",
"scripts": {
"start": "./node_modules/nodemon/bin/nodemon.js ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ash-singh/line-wallet.git"
},
"author": "Ashwani Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/ash-singh/line-wallet/issues"
},
"homepage": "https://github.com/ash-singh/line-wallet#readme",
"dependencies": {
"boom": "^7.3.0",
"dotenv": "^10.0.0",
"dwolla-v2": "^3.2.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.0",
"mongoose": "^5.12.10",
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"plaid": "^9.0.0-beta.13",
"rotating-file-stream": "^2.1.5",
"sib-api-v3-sdk": "^8.2.0"
}
}