forked from OriginTrail/ot-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.37 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "origintrail_node",
"version": "6.0.0-beta.1.35",
"description": "OTNode v6 Beta 1",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"prepare": "husky install",
"lint-staged": "lint-staged",
"test:bdd": "cucumber-js --fail-fast --format progress --format-options '{\"colorsEnabled\": true}' test/bdd/ -r test/bdd/steps/",
"test:unit": "nyc --all mocha --exit $(find test/unit -name '*.js')",
"test:bdd:release": "cucumber-js --tags=@release --fail-fast --format progress --format-options '{\"colorsEnabled\": true}' test/bdd/ -r test/bdd/steps/",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/OriginTrail/ot-node.git"
},
"keywords": [
"ot-node",
"v6"
],
"author": "TraceLabs",
"license": "ISC",
"bugs": {
"url": "https://github.com/OriginTrail/ot-node/issues"
},
"homepage": "https://origintrail.io/",
"engines": {
"node": ">=14.17.6",
"npm": ">=6.14.15"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.16.5",
"@cucumber/cucumber": "^8.0.0-rc.2",
"chai": "^4.3.6",
"dkg-client": "6.0.0-beta.1.16",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.5.0",
"ethereumjs-wallet": "^1.0.2",
"form-data": "^4.0.0",
"ganache": "^7.0.4",
"husky": "^6.0.0",
"lint-staged": "^12.3.7",
"mocha": "^9.2.2",
"nodemon": "^2.0.15",
"nyc": "^15.1.0",
"openzeppelin-solidity": "3.4.2",
"prettier": "^2.6.2",
"request": "^2.88.2",
"slugify": "^1.6.5",
"solc": "0.7.6"
},
"dependencies": {
"app-root-path": "^3.0.0",
"awilix": "^5.0.1",
"axios": "^0.24.0",
"big-number": "^2.0.0",
"bl": "^5.0.0",
"bn": "^1.0.5",
"crypto-js": "^4.1.1",
"deep-extend": "^0.6.0",
"dotenv": "^10.0.0",
"elliptic": "^6.5.4",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-ipfilter": "^1.2.0",
"express-rate-limit": "^6.3.0",
"express-slow-down": "^1.4.0",
"fast-sort": "^3.1.1",
"fastq": "^1.13.0",
"fs-extra": "^10.0.0",
"graphdb": "^2.0.0",
"it-concat": "^2.0.0",
"it-length-prefixed": "^5.0.3",
"it-pipe": "^1.1.0",
"js-sha3": "^0.8.0",
"json-2-csv": "^3.14.4",
"json-stable-stringify": "^1.0.1",
"jsonld": "^5.2.0",
"libp2p": "^0.32.4",
"libp2p-bootstrap": "^0.13.0",
"libp2p-kad-dht": "^0.24.2",
"libp2p-mplex": "^0.10.4",
"libp2p-noise": "^4.0.0",
"libp2p-record": "^0.10.5",
"libp2p-tcp": "^0.17.2",
"merkle-tools": "^1.4.1",
"multiformats": "^9.4.7",
"mysql2": "^2.3.3",
"n3": "^1.12.2",
"ot-telemetry-collector": "^1.0.7",
"p-iteration": "^1.1.8",
"peer-id": "^0.15.3",
"pino": "^7.5.1",
"pino-multi-stream": "^6.0.0",
"pino-pretty": "^7.2.0",
"qs": "^6.10.3",
"rc": "^1.2.8",
"rolling-rate-limiter": "^0.2.13",
"semver": "^7.3.5",
"sequelize": "^6.9.0",
"sequelize-cli": "^6.3.0",
"simple-git": "^3.6.0",
"sleep-async": "^1.0.5",
"split": "^1.0.1",
"streaming-iterables": "^6.0.0",
"toobusy-js": "^0.5.1",
"underscore": "^1.13.1",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"watchdog": "^0.8.17",
"web3": "^1.6.0",
"workerpool": "^6.2.0"
}
}