-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "canivc",
"version": "0.0.0",
"description": "Community compatibility dashboard for Verifiable Credentials.",
"main": "index.js",
"scripts": {
"build": "eleventy",
"lint": "eslint .",
"serve": "rm -rf _site/ && eleventy --serve",
"start": "rm -rf _site/ && eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Verifiable",
"Credentials",
"W3C",
"crypto",
"tests"
],
"author": "Digital Bazaar, Inc.",
"license": "BSD-3-Clause",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@kevingimbel/eleventy-plugin-mermaid": "^2.1.0",
"eslint": "^8.52.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-unicorn": "^48.0.1",
"pagefind": "^1.0.4"
},
"dependencies": {
"markdown-it-anchor": "^8.6.7",
"sass": "^1.66.0",
"w3c-ccg-vc-test-suite-implementations": "github:w3c-ccg/vc-api-test-suite-implementations",
"w3c-vc-test-suite-implementations": "github:w3c/vc-test-suite-implementations"
}
}