@sphereon/jarm
Version:
Sphereon JARM
48 lines (47 loc) • 957 B
JSON
{
"name": "@sphereon/jarm",
"version": "0.17.0",
"description": "Sphereon JARM",
"source": "lib/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vc-common": "0.17.0",
"valibot": "^0.42.1"
},
"devDependencies": {
"typescript": "5.5.3"
},
"engines": {
"node": ">=18"
},
"files": [
"lib/**/*",
"dist/**/*"
],
"prettier": {
"singleQuote": true,
"printWidth": 150
},
"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": "730c459314d3831431a924920a0de39500f72c9d"
}