forked from Zlkcyber/pipe-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 795 Bytes
/
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
{
"name": "pipe-network-bot",
"version": "1.0.0",
"description": "pipe network beta cli version",
"main": "main.js",
"directories": {
"test": "test"
},
"dependencies": {
"chalk": "^4.1.2",
"fs": "^0.0.1-security",
"https-proxy-agent": "^7.0.5",
"node-fetch": "^2.7.0",
"readline-sync": "^1.4.10"
},
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zlkcyber/pipe-bot.git"
},
"keywords": [
"pipe",
"network",
"bot",
"extension",
"depin",
"pipenetwork",
"pipe-network"
],
"author": "@zlkcyber",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zlkcyber/pipe-bot/issues"
},
"homepage": "https://github.com/Zlkcyber/pipe-bot#readme"
}