diff --git a/package.json b/package.json index aede1532..c1d1bfdb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "type": "module", "scripts": { "test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options abstract=\"$PWD/abstract.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",suiteLog='./suite.log',templateData=\"$PWD/reports/index.json\",title=\"VC v2.0 Interoperability Report\" --timeout 15000 --preserve-symlinks", - "lint": "eslint ." + "lint": "eslint .", + "checkSpec": "npx specText check --specUrl https://w3c.github.io/vc-data-model/ --suiteLog ./suite.log " }, "repository": { "type": "git", @@ -48,6 +49,7 @@ "vc-test-suite-implementations": "github:w3c/vc-test-suite-implementations" }, "devDependencies": { + "data-integrity-test-suite-assertion": "github:w3c-ccg/data-integrity-test-suite-assertion#add-spec-text-checker", "eslint": "^8.19.0", "eslint-config-digitalbazaar": "^4.0.1", "eslint-plugin-jsdoc": "^39.3.3",