UNPKG

dcql

Version:
54 lines 1.3 kB
{ "name": "dcql", "version": "3.0.0", "description": "Digital Credentials Query Language (DCQL)", "license": "Apache-2.0", "author": "Martin Auer", "private": false, "files": [ "dist" ], "dependencies": { "valibot": "1.2.0" }, "devDependencies": { "@types/node": "^24.10.1", "tsdown": "^0.16.7", "typescript": "~5.9.3" }, "homepage": "https://github.com/openwallet-foundation-labs/dcql-ts/tree/main/dcql", "repository": { "type": "git", "url": "https://github.com/openwallet-foundation-labs/dcql-ts", "directory": "dcql" }, "keywords": [ "Digital Credentials Query Language (DCQL)", "Credentials Query Language", "Verifiable Presentation Query Language", "Verifiable Presentations", "Presentation Definition", "Credentials", "SSI", "OpenID", "SIOP", "Self Issued OpenId Provider", "OpenId for Verifiable Presentations", "SIOPv2", "OID4VC", "OID4VP", "OpenID4VP", "OpenID4VC", "OIDC4VP" ], "scripts": { "build": "tsdown src/index.ts --format esm --dts --clean --sourcemap", "types:check": "tsc --noEmit" }, "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" } }