forked from decentralized-identity/JWS-Test-Suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 790 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
{
"name": "jws-test-suite",
"version": "1.0.0",
"description": "### Build an Implementation",
"main": "generate.js",
"scripts": {
"postinstall": "cd ./implementations/transmute && npm i",
"build": "docker-compose build",
"report:clean": "rm -rf ./data/implementations/*/*.json",
"report:generate": "node ./generate.js",
"report:evaluate": "node ./evaluate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentralized-identity/JWS-Test-Suite.git"
},
"author": "Orie Steele",
"license": "ISC",
"bugs": {
"url": "https://github.com/decentralized-identity/JWS-Test-Suite/issues"
},
"homepage": "https://github.com/decentralized-identity/JWS-Test-Suite#readme",
"devDependencies": {
"shelljs": "^0.8.4"
}
}