-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 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
52
{
"name": "digiasset_node",
"version": "0.3.12",
"description": "Clones DigiAsset Meta Data so there are many sources.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Matthew Cornelisse",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.827.0",
"base58check": "^2.0.0",
"bitcoinjs-lib": "^5.2.0",
"body-parser": "^1.19.0",
"bs58": "^4.0.1",
"digiasset-encoder": "^0.3.2",
"digibyte-rpc": "^1.0.7",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"express-session": "^1.17.2",
"got": "^11.8.1",
"ipfs-core": "^0.12.2",
"ipfs-simple": "^0.1.5",
"limit-parallel": "^1.0.1",
"memorystore": "^1.6.6",
"mime-types": "^2.1.28",
"multer": "^1.4.2",
"multiformats": "^9.5.1",
"nat-upnp": "^1.1.1",
"outputpair": "^1.0.1",
"showdown": "^1.9.1",
"sleep-promise": "^9.1.0",
"tx-size": "^1.0.0",
"unzipper": "^0.10.11"
},
"devDependencies": {
"digiassetx-digibyte-stream-types": "^1.0.8"
},
"pkg": {
"outputPath": "bin",
"assets": [
"node_modules/leveldown/**/*"
]
},
"repository": {
"type": "git",
"url": "https://github.com/digiassetX/digiasset_node"
}
}