-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "data-union-admin-tools",
"version": "1.0.0",
"description": "Collection of CLI tools to help manage Data Unions on Streamr Marketplace",
"main": "none.js",
"scripts": {
"test": "mocha --exit",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/streamr-dev/data-union-admin-tools.git"
},
"keywords": [
"streamr",
"data",
"union",
"admin",
"tools",
"CLI",
"autokick"
],
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/streamr-dev/data-union-admin-tools#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cli-progress": "^3.9.0",
"console-stamp": "^0.2.9",
"debug": "^4.3.1",
"ethers": "^5.0.22",
"exit-hook": "^2.2.1",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"p-limit": "^3.1.0",
"streamr-client": "5.2.1",
"yargs": "^15.1.0"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-streamr-nodejs": "^1.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-promise": "^4.2.1",
"mocha": "^8.2.1",
"sinon": "^9.2.1"
}
}