forked from voltairez/delegation-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
41
{
"name": "delegation-manager",
"version": "1.0.0",
"description": "Dapp Delegation Manager for Hiveonboard New Users",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist",
"execute": "yarn run build && node -r dotenv/config dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voltairez/delegation-manager.git"
},
"keywords": [
"hive",
"delegation",
"onboard",
"hiveonboard",
"dapps",
"marketing"
],
"author": "voltairez",
"license": "MIT",
"bugs": {
"url": "https://github.com/voltairez/delegation-manager/issues"
},
"homepage": "https://github.com/voltairez/delegation-manager#readme",
"dependencies": {
"@hiveio/dhive": "^0.14.8",
"@hiveio/hive-js": "^0.8.5",
"@splinterlands/hive-interface": "^2.1.3",
"axios": "^0.19.2",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0"
}
}