-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1.09 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
{
"name": "vckit-examples",
"version": "1.0.0",
"description": "General purpose Veramo Agent configuration deployments",
"repository": "https://github.com/uport-project/veramo-agent-deploy",
"author": "[email protected]",
"license": "GPL-3.0",
"scripts": {
"start:issuer": "NODE_ENV=production yarn vckit server --config=./demo-issuer/agent.yml",
"start:verifier": "NODE_ENV=production yarn vckit server --config=./demo-verifier/agent.yml",
"start:holder": "NODE_ENV=production yarn vckit server --config=./demo-holder/agent.yml",
"start:alice": "NODE_ENV=production yarn vckit server --config=./aip-alice/agent.yml",
"start:bob": "NODE_ENV=production yarn vckit server --config=./aip-bob/agent.yml",
"start:faber": "NODE_ENV=production yarn vckit server --config=./faber/agent.yml",
"start:mallory": "NODE_ENV=production yarn vckit server --config=./mallory/agent.yml",
"start": "./start.sh",
"start:local": "yarn vckit server --config=./config/agent-local.yml"
},
"dependencies": {
"@vckit/cli": "^1.0.0-beta.4",
"agent-explore": "^1.15.0"
}
}