@sphereon/jarm
Version:
Sphereon JARM
57 lines (56 loc) • 1.19 kB
JSON
{
"name": "@sphereon/jarm",
"version": "0.20.1",
"description": "Sphereon JARM",
"source": "./src/index.ts",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@sphereon/oid4vc-common": "^0.20.1",
"valibot": "^0.42.1"
},
"devDependencies": {
"typescript": "5.8.3"
},
"engines": {
"node": ">=20"
},
"files": [
"src",
"dist",
"README.md",
"LICENSE.md"
],
"keywords": [
"Sphereon",
"Verifiable Credentials",
"OpenID",
"OpenID for Verifiable Credential Issuance",
"OAuth2",
"SSI",
"JARM",
"OpenId for Verifiable Presentations"
],
"author": "Sphereon",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"gitHead": "4b52e512f970df0db0256fe45c1915b61ff70dc8"
}