-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 991 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 991 Bytes
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
{
"name": "bitnode-bees",
"version": "0.1.0",
"description": "DNS Seeder for various crypto currency servers",
"type": "commonjs",
"main": "src/main/index.js",
"scripts": {
"license": "license-checker --production --json --out license.json",
"lint": "eslint src",
"start": "node src/main/index.js",
"test": "npm run lint"
},
"bin": {
"bitnode-bees": "src/main/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Awayume/bitnode-bees.git"
},
"keywords": [
"address",
"cryptocurrency",
"dns",
"dns-seeder",
"network",
"p2p",
"peer",
"peer-to-peer"
],
"author": "Awayume <dev@awayume.jp>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Awayume/bitnode-bees/issues"
},
"homepage": "https://github.com/Awayume/bitnode-bees#readme",
"engines": {
"node": ">=18.x"
},
"devDependencies": {
"eslint": "^8.43.0",
"license-checker": "^8.0.1"
}
}