-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 1.09 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
{
"name": "bitflow",
"version": "0.0.1",
"description": " Layout schema workflows that process payouts",
"main": "index.js",
"scripts": {
"build:proto": "pbjs -w commonjs -t static-module -o functions/lib/bitflow-proto.js bitflow-unity/Assets/Definitions/bitflow.proto && pbts -o functions/src/bitflow-proto.d.ts functions/lib/bitflow-proto.js && cp functions/lib/bitflow-proto.js web/src/lib/ && cp functions/src/bitflow-proto.d.ts web/src/lib/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shruggr/Bitflow.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shruggr/Bitflow/issues"
},
"homepage": "https://github.com/shruggr/Bitflow#readme",
"dependencies": {
"axios": "^0.18.0",
"bsv": "^0.26.5",
"btoa": "^1.2.1",
"datapay": "0.0.14",
"dotenv": "^8.0.0",
"firebase-admin": "^7.3.0",
"firebase-functions": "^2.3.0",
"protobufjs": "^6.8.8",
"txo": "0.0.12"
}
}