UNPKG

@sphereon/ssi-types

Version:

SSI Common Types

64 lines (63 loc) 1.52 kB
{ "name": "@sphereon/ssi-types", "description": "SSI Common Types", "version": "0.37.1", "source": "./src/index.ts", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "react-native": "./dist/index.js", "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": { "@noble/hashes": "1.6.1", "@sd-jwt/decode": "^0.15.0", "@sd-jwt/types": "^0.15.0", "@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26", "dcql": "1.0.1", "debug": "^4.3.5", "events": "^3.3.0", "jwt-decode": "^4.0.0", "uint8arrays": "^3.1.1" }, "devDependencies": { "@types/node": "^20.17.1", "@veramo/core": "4.2.0", "prettier": "^2.8.8", "typescript": "5.8.3" }, "files": [ "src", "dist", "plugin.schema.json", "README.md", "LICENSE" ], "private": false, "publishConfig": { "access": "public" }, "repository": "git@github.com:Sphereon-OpenSource/ssi-sdk.git", "author": "Sphereon <dev@sphereon.com>", "license": "Apache-2.0", "keywords": [ "SSI", "Common Credential Types", "Credential Mapping", "Verifiable Credentials", "DIDs" ], "gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe" }