forked from interplanaria/planaria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 793 Bytes
/
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
{
"name": "planaria",
"version": "0.0.1",
"description": "",
"main": "index.js",
"author": "",
"license": "MIT",
"scripts": {
"start": "node index",
"build": "docker build -t planarium/planaria .",
"push": "docker build -t planarium/planaria . ; docker push planarium/planaria",
"lint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"axios": "^0.18.0",
"bcode": "0.0.7",
"bitcoind-rpc": "^0.7.2",
"bsv": "^0.26.5",
"dotenv": "^6.0.0",
"highland": "^2.13.0",
"interlevel": "0.0.6",
"ip": "^1.1.5",
"level": "^4.0.0",
"make-dir": "2.1.0",
"mongodb": "^3.1.4",
"p-limit": "^2.0.0",
"p-queue": "^3.0.0",
"txo": "0.0.12",
"zeromq": "^4.6.0"
},
"devDependencies": {
"eslint": "^5.6.1"
}
}