UNPKG

@sd-jwt/sd-jwt-vc

Version:
72 lines (71 loc) 1.82 kB
{ "name": "@sd-jwt/sd-jwt-vc", "version": "0.14.1", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "rm -rf **/dist && tsup", "lint": "biome lint ./src", "test": "pnpm run test:node && pnpm run test:browser && pnpm run test:e2e && pnpm run test:cov", "test:node": "vitest run ./src/test/*.spec.ts", "test:browser": "vitest run ./src/test/*.spec.ts --environment jsdom", "test:e2e": "vitest run ./test/*e2e.spec.ts --environment node", "test:cov": "vitest run --coverage" }, "keywords": [ "sd-jwt", "sdjwt", "sd-jwt-vc" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/openwallet-foundation-labs/sd-jwt-js" }, "author": "Lukas.J.Han <lukas.j.han@gmail.com>", "homepage": "https://github.com/openwallet-foundation-labs/sd-jwt-js/wiki", "bugs": { "url": "https://github.com/openwallet-foundation-labs/sd-jwt-js/issues" }, "license": "Apache-2.0", "dependencies": { "@sd-jwt/core": "0.14.1", "@sd-jwt/jwt-status-list": "0.14.0", "@sd-jwt/utils": "0.14.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1" }, "devDependencies": { "@sd-jwt/crypto-nodejs": "0.14.0", "@sd-jwt/types": "0.14.0", "jose": "^5.2.2", "msw": "^2.3.5" }, "publishConfig": { "access": "public" }, "tsup": { "entry": [ "./src/index.ts" ], "sourceMap": true, "splitting": false, "clean": true, "dts": true, "format": [ "cjs", "esm" ] }, "gitHead": "1c55f0ecb7a308b4115565a1f5abc57efab6b80f" }