-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 901 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
39
{
"name": "adamant-pool",
"version": "3.0.0",
"description": "ADAMANT Forging Pool",
"main": "server/src/app.js",
"scripts": {
"start": "node .",
"prepare": "husky install",
"postinstall": "npm --prefix ./server install && npm --prefix ./web install",
"build:web": "npm --prefix ./web run build"
},
"keywords": [
"forging",
"pool",
"mining",
"rewards",
"dpos",
"adm",
"adamant",
"blockchain",
"crypto",
"cryptocurrency"
],
"author": "ADAMANT Tech Labs <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"husky": "^8.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adamant-im/pool.git"
},
"bugs": {
"url": "https://github.com/Adamant-im/pool/issues"
},
"homepage": "https://github.com/Adamant-im/pool#readme"
}