forked from andrerfneves/lightning-decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
48
49
50
51
{
"name": "lightning-decoder",
"version": "0.7.0",
"author": {
"email": "[email protected]",
"name": "André Neves",
"url": "https://zebedee.io"
},
"license": "MIT",
"dependencies": {
"bech32": "^1.1.3",
"bitcoinjs-lib": "^5.1.6",
"bn.js": "^5.0.0",
"buffer": "^5.4.3",
"classnames": "^2.2.6",
"coininfo": "https://github.com/cryptocoinjs/coininfo#dc3e6cc59e593ee7dbeb7c993485706e72d32743",
"date-fns": "^2.1.0",
"lightnode-invoice": "^0.3.0",
"lodash": "^4.17.15",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-qr-reader": "^2.2.1",
"react-scripts": "3.1.1",
"safe-buffer": "^5.2.0",
"sass": "^1.37.5",
"secp256k1": "^3.7.1",
"serve": "^11.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build && cd build && now"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"keywords": [
"lightning",
"network",
"bitcoin"
]
}