forked from razor-network/oracle-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (28 loc) · 825 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
{
"name": "razor-go",
"version": "v1.1.0",
"description": "Official node for running stakers in Golang.",
"main": "index.js",
"scripts": {
"setup": "make setup",
"build": "make build",
"build-all": "make all",
"build-all-testnet": "make all-testnet",
"build-noargs": "make build-noargs",
"build-noargs-testnet": "make build-noargs-testnet",
"test": "go test ./... -v"
},
"repository": {
"type": "git",
"url": "https://github.com/razor-network/razor-go"
},
"author": "Razor Network",
"license": "ISC",
"bugs": {
"url": "https://github.com/razor-network/razor-go/issues"
},
"homepage": "https://github.com/razor-network/razor-go#readme",
"dependencies": {
"@razor-network/contracts": "v1.0.2"
}
}