@sphereon/ssi-sdk.agent-config
Version:
56 lines (55 loc) • 1.27 kB
JSON
{
"name": "@sphereon/ssi-sdk.agent-config",
"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": {
"@veramo/core": "4.2.0",
"debug": "^4.3.5",
"jsonpointer": "^5.0.1",
"reflect-metadata": "^0.2.2",
"typeorm": "0.3.20",
"url-parse": "^1.5.10",
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/url-parse": "^1.4.11",
"typescript": "5.8.3"
},
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"Sphereon",
"SSI",
"Agent"
],
"gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe"
}