-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 946 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 946 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
{
"name": "dacter-client",
"version": "1.0.0",
"description": "DACTER client module for creating Hive accounts",
"main": "app.mjs",
"scripts": {
"start": "node app.mjs"
},
"keywords": [
"dacter",
"hive",
"accountcreation",
"hive-engine"
],
"author": "Reazul Iqbal",
"license": "MIT",
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo": "^0.40.0",
"prettier": "2.6.2"
},
"dependencies": {
"@hapi/boom": "^9.1.4",
"@hapi/glue": "^8.0.0",
"@hiveio/dhive": "^1.2.0",
"axios": "^0.26.1",
"dotenv": "^16.0.0",
"fast-glob": "^3.2.11",
"joi": "^17.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hive-engine/dacter-client.git"
},
"bugs": {
"url": "https://github.com/hive-engine/dacter-client/issues"
},
"homepage": "https://github.com/hive-engine/dacter-client#readme"
}