@veraid/kliento-verifier
Version:
Self-contained client authentication tokens
59 lines (58 loc) • 1.55 kB
JSON
{
"name": "@veraid/kliento-verifier",
"version": "1.0.3",
"author": {
"email": "no-reply@relaycorp.tech",
"name": "Relaycorp, Inc.",
"url": "https://relaycorp.tech/"
},
"description": "Self-contained client authentication tokens",
"type": "module",
"typings": "build/index.d.ts",
"main": "build/index.js",
"repository": "https://github.com/CheVeraId/kliento-verifier-js",
"license": "MIT",
"keywords": [
"VeraId",
"Kliento"
],
"scripts": {
"build": "run-s clean tsc",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:eslint": "eslint --fix .",
"static-checks": "run-p static-checks:*",
"static-checks:lint": "eslint .",
"static-checks:prettier": "prettier \"src/**/*.ts\" --list-different",
"test": "vitest run",
"test:integration": "exit 0",
"tsc": "tsc",
"clean": "del-cli build test",
"start": "tsx watch src/nodejs.ts"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@veraid/kliento": "^1.3.0",
"hono": "^4.7.6"
},
"devDependencies": {
"@relaycorp/eslint-config": "^2.0.86",
"@relaycorp/shared-config": "^1.15.1",
"@vitest/coverage-v8": "^3.1.1",
"del-cli": "^6.0.0",
"eslint": "^9.24.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"tsx": "^4.19.3",
"typedoc": "^0.28.2",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
},
"prettier": "@relaycorp/shared-config/.prettierrc.json",
"publishConfig": {
"access": "public",
"tag": "latest"
}
}