-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "boidvalidator",
"version": "1.8.0",
"description": "This is the backend code that Boid Validator nodes can run to reach consensus on Boid Power contributions,",
"main": "",
"dependencies": {
"@jafri/eosjs2": "^21.0.0-rc.14",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"boidjs": "^1.1.61",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"eosjs": "^20.0.0",
"eosjs-ecc": "^4.0.4",
"express": "^4.17.1",
"graphql-request": "^1.8.2",
"human-interval": "^0.1.6",
"jsonpath": "^1.0.2",
"logging": "^3.2.0",
"long-timeout": "^0.1.1",
"node-object-hash": "^1.4.2",
"prisma": "^1.34.10",
"roundround": "^0.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sync": "rsync -arv --exclude node_modules ./* ell:~/boidValidator"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Boid-John/boidValidator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Boid-John/boidValidator/issues"
},
"homepage": "https://github.com/Boid-John/boidValidator#readme"
}