-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
{
"name": "lightning-ui-backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/BHBNETWORK/lightning-ui-backend",
"author": "Gianluca Mazza <gianluca@bhb.network>",
"license": "MIT",
"dependencies": {
"@types/bluebird": "^3.5.20",
"axios": "^0.15.3",
"bitcoinjs-lib": "^2.3.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"crypto-js": "^3.1.8",
"express": "^4.16.3",
"express-promise-router": "^2.0.0",
"joi": "^10.5.2",
"lightning-client": "^0.5.2-beta.8",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"morgan": "^1.9.0",
"nedb": "^1.8.0",
"npm": "^5.8.0",
"pg-promise": "^5.9.0",
"ps-node": "^0.1.6"
},
"devDependencies": {
"@types/axios": "^0.9.33",
"@types/body-parser": "0.0.33",
"@types/express": "^4.11.1",
"@types/joi": "^9.0.33",
"@types/moment": "^2.13.0",
"@types/pg-promise": "0.0.28"
},
"xo": {
"esnext": true,
"space": false,
"rules": {},
"envs": [
"node"
]
}
}