@vecrea/oid4vc-verifier-endpoint-core
Version:
Core library for OID4VC Verifier Endpoint implementation
64 lines (63 loc) • 1.57 kB
JSON
{
"name": "@vecrea/oid4vc-verifier-endpoint-core",
"version": "0.1.1",
"description": "Core library for OID4VC Verifier Endpoint implementation",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/dentsusoken/oid4vc-verifier-endpoint-core"
},
"homepage": "https://github.com/dentsusoken/oid4vc-verifier-endpoint-core#readme",
"bugs": {
"url": "https://github.com/dentsusoken/oid4vc-verifier-endpoint-core/issues"
},
"keywords": [
"oid4vc",
"verifier",
"endpoint",
"verifiable-presentations",
"openid",
"identity"
],
"author": "Vecrea",
"license": "Apache-2.0",
"files": [
"dist"
],
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "npm run typecheck && vite build",
"test": "vitest --run",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm test && npm run build"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/uuid": "^10.0.0",
"typedoc": "^0.26.4",
"typedoc-plugin-markdown": "^4.2.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^4.5.4",
"vitest": "^1.4.0"
},
"dependencies": {
"jose": "^5.6.3",
"luxon": "^3.4.4",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"@vecrea/oid4vc-core": "^0.1.0",
"@vecrea/oid4vc-prex": "^0.1.0"
}
}