This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
61
{
"name": "ln-infrabot",
"version": "0.2.0",
"description": "<p>infrabot accepts streaming payments to deploy and maintain infrastructure so you don't have to <p>become part of a global decentralized IaaS network by leveraging micropayments and existing resources",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"clean": "rm -rf dist/",
"prebuild": "eslint src/**",
"build": "tsc",
"test": "npm test"
},
"bin": {
"gitpayd": "./dist/infrabot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyahatiph-labs/ln-infrabot.git"
},
"author": "hyahatiph-labs",
"funding": {
"type": "monero",
"url": "https://hiahatf.org/donations"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/hyahatiph-labs/gitpayd/issues"
},
"homepage": "https://github.com/hyahatiph-labs/ln-infrabot#readme",
"dependencies": {
"@grpc/grpc-js": "^1.2.12",
"@grpc/proto-loader": "^0.6.0",
"axios": "^0.21.1",
"express": "^4.17.1",
"google-protobuf": "^3.15.8",
"grpc": "^1.24.6",
"helmet": "^5.0.1",
"prompt": "^1.1.0",
"ts-node": "^9.1.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/google-protobuf": "^3.7.4",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.35",
"@types/prompt": "^1.1.0",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"pretty-quick": "^3.1.0",
"protobufjs": "^5.0.3",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
}
}