-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 1.11 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
{
"name": "react-native-lightning",
"version": "0.0.2",
"description": "",
"main": "index.js",
"keywords": [
"javascript",
"bitcoin",
"lightning",
"lnd",
"neutrino"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "yarn run protobuf && node setup-project.js",
"protobuf": "pbjs src/lightning/rpc.proto -t static-module -w es6 -o src/lightning/rpc.js && pbjs src/lightning/router.proto -t static-module -w es6 -o src/lightning/router.js && pbjs src/lightning/autopilot.proto -t static-module -w es6 -o src/lightning/autopilot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreyphillips/react-native-lightning.git"
},
"author": "Corey Phillips",
"license": "MIT",
"bugs": {
"url": "https://github.com/coreyphillips/react-native-lightning/issues"
},
"homepage": "https://github.com/coreyphillips/react-native-lightning#readme",
"dependencies": {
"base64-js": "^1.3.1",
"extract-zip": "^2.0.1",
"protobufjs": "^6.9.0",
"react-native-crypto": "^2.2.0",
"uglify-js": "^3.9.4"
}
}