@sphereon/pex-models
Version:
Presentation Exchange v1 and v2 typescript models
32 lines (31 loc) • 674 B
JSON
{
"name": "@sphereon/pex-models",
"version": "2.3.2",
"description": "Presentation Exchange v1 and v2 typescript models",
"author": "Sphereon",
"keywords": [
"Verifiable",
"Credentials",
"Presentation Exchange",
"PE",
"DIF",
"SSI"
],
"repository": "https://github.com/Sphereon-Opensource/pex-openapi.git",
"license": "Apache-2.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"/dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"devDependencies": {
"typescript": "^5.3.3"
}
}