forked from dluxio/dlux_open_token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
42
43
44
45
46
47
48
49
50
51
{
"name": "honeycomb",
"version": "1.0.0",
"description": "A Honeycomb for Hive Layer 2",
"main": "index.js",
"scripts": {
"test": "mocha || true",
"start": "node index.js",
"lint": "eslint"
},
"keywords": [
"dlux",
"hive",
"nft",
"token",
"dex"
],
"author": "disregardfiat",
"license": "MIT",
"dependencies": {
"@hiveio/dhive": "^0.14.12",
"@hiveio/hive-js": "^2.0.4",
"aes-js": "^3.1.2",
"bs58": "^4.0.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"decode-uri-component": "^0.2.0",
"discord-webhook-node": "^1.1.8",
"dotenv": "^8.2.0",
"envfile": "2.1.0",
"express": "^4.16.4",
"form-data": "^2.3.3",
"fs-extra": "^9.0.1",
"ipfs-api": "^26.1.2",
"ipfs-unixfs": "^0.1.16",
"ipld-dag-pb": "^0.15.3",
"json-stable-stringify": "^1.0.1",
"level": "^5.0.1",
"level-pathwise": "^4.0.1",
"node-fetch": "^2.6.7",
"pg": "^8.6.0",
"request": "^2.88.2",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.17.0",
"mocha": "^9.2.0"
}
}