-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
66 lines (66 loc) · 1.54 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "iz3node",
"version": "1.1.510",
"description": "iZ³ - IZZZIO - fully customizable blockchain platform",
"main": "main.js",
"homepage": "https://izzz.io",
"repository": {
"type": "git",
"url": "https://github.com/Izzzio/izzzio.git"
},
"scripts": {
"depency": "npm install",
"start": "node main.js",
"test": "cd Tests && node testRunner.js",
"terminal": "node --experimental-repl-await api/node/terminal/terminal "
},
"dependencies": {
"bignumber.js": "^7.2.1",
"blob-util": "^1.3.0",
"body-parser": "^1.18.3",
"cli-color": "^2.0.0",
"commander": "^2.19.0",
"crypto-js": "^3.1.6",
"dnssd": "^0.4.1",
"express": "^4.16.4",
"fs-extra": "^4.0.3",
"http-auth": "^3.2.3",
"isolated-vm": "^3.1.4",
"json-stable-stringify": "^1.0.1",
"keypair": "^1.0.1",
"level": "^6.0.0",
"leveldown": "^5.4.1",
"lodash": "^4.17.15",
"memdown": "^5.1.0",
"moment": "^2.24.0",
"node-rsa": "^0.4.2",
"semver": "^7.1.3",
"sqlite3": "^4.1.0",
"uglify-es": "^3.3.10",
"ws": ">=3.3.1"
},
"engines": {
"node": ">=12.0.0"
},
"bugs": {
"url": "https://github.com/Izzzio/iz3node/issues",
"email": "[email protected]"
},
"author": "Andrey Nedobyslky <[email protected]> (https://github.com/lailune)",
"license": "Apache-2.0",
"keywords": [
"blockchain",
"izzz",
"izzzio",
"p2p",
"peer2peer",
"dlt",
"node",
"bignet",
"iz3"
],
"bin": {
"iz3node": "./main.js",
"izzzio": "./main.js"
}
}