forked from ethereum-alarm-clock/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 KB
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": "eac.js-cli",
"version": "2.0.1",
"description": "Command-line tool written in JavaScript to interact with the Ethereum Alarm Clock",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-alarm-clock/eac.js-cli.git"
},
"preferGlobal": true,
"directories": {
"bin": "./bin"
},
"keywords": [
"ethereum",
"smart-contracts",
"ethereum-alarm-clock"
],
"author": "lsaether",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum-alarm-clock/eac.js-cli/issues"
},
"homepage": "https://github.com/ethereum-alarm-clock/eac.js-cli#readme",
"dependencies": {
"bignumber.js": "^6.0.0",
"bluebird": "^3.5.1",
"clear": "0.1.0",
"commander": "^2.15.1",
"console.table": "^0.10.0",
"dotenv": "^5.0.1",
"eac.js-client": "^3.0.1",
"eac.js-lib": "^2.0.2",
"ethereumjs-util": "^5.2.0",
"keen-tracking": "^1.4.0",
"lokijs": "^1.5.3",
"ora": "^2.1.0",
"readline-sync": "^1.4.9",
"web3": "^0.20.6",
"web3-providers-ws": "^1.0.0-beta.34"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.1.1"
}
}