@sphereon/ssi-sdk.data-store
Version:
59 lines (58 loc) • 2.04 kB
JSON
{
"name": "@sphereon/ssi-sdk.data-store",
"version": "0.33.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build",
"build:clean": "tsc --build --clean && tsc --build",
"typeorm": "ts-node --project ./tsconfig.json -r tsconfig-paths/register ../../node_modules/.pnpm/typeorm@0.3.12_sqlite3@5.1.6_ts-node@10.9.1/node_modules/typeorm/cli.js --config src/migrations/internal-migrations-ormconfig.ts",
"typeorm-sqlite:migration:generate": "pnpm run typeorm -- migration:generate -c migration-sqlite -d src/migrations/sqlite -n",
"typeorm-sqlite:migration:run": "pnpm run typeorm -- migration:run -c migration-sqlite",
"typeorm-postgres:migration:generate": "pnpm run typeorm -- migration:generate -c migration-postgres -d src/migrations/postgres -n",
"typeorm-postgres:migration:run": "pnpm run typeorm -- migration:run -c migration-postgres"
},
"dependencies": {
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/ssi-sdk-ext.did-utils": "0.28.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.0",
"@sphereon/ssi-sdk.agent-config": "0.33.0",
"@sphereon/ssi-sdk.core": "0.33.0",
"@sphereon/ssi-types": "0.33.0",
"@veramo/core": "4.2.0",
"@veramo/utils": "4.2.0",
"blakejs": "^1.2.1",
"class-validator": "^0.14.1",
"dcql": "0.2.19",
"debug": "^4.3.5",
"typeorm": "^0.3.21"
},
"devDependencies": {
"@types/sha.js": "^2.4.4",
"pg": "^8.12.0",
"sqlite3": "^5.1.7"
},
"files": [
"dist/**/*",
"src/**/*",
"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": [
"TypeORM",
"SQLite",
"PostgreSQL",
"Contact Store"
],
"nx": {},
"gitHead": "c575bdd6642bda761881f0152e0a70ddc82d7f61"
}