forked from connext/indra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 924 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 924 Bytes
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
{
"name": "indra",
"version": "0.1.3",
"author": "Connext & Friends",
"description": "Deployment for Connext hub infrastructure",
"license": "ISC",
"scripts": {
"clean": "make clean",
"cypress": "./node_modules/.bin/cypress open",
"db": "bash ops/db.sh",
"dls": "docker service ls && echo '=====' && docker container ls",
"deep-clean": "make deep-clean",
"logs": "bash ops/logs.sh",
"rebuild": "make clean && make dev",
"reset": "make reset",
"restart": "make dev && bash ops/restart.sh",
"restart-prod": "make prod && bash ops/restart.sh prod",
"start": "make start",
"start-prod": "make start-prod",
"stop": "make stop",
"test-all": "make test-all",
"test-client": "make test-client",
"test-contracts": "make test-contracts",
"test-e2e": "make test-e2e",
"test-hub": "make test-hub"
},
"dependencies": {
"cypress": "^3.1.5"
}
}