UNPKG

@sphereon/ssi-sdk.data-store

Version:

70 lines (69 loc) 2.32 kB
{ "name": "@sphereon/ssi-sdk.data-store", "version": "0.34.0", "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", "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.29.0", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.29.0", "@sphereon/ssi-sdk.agent-config": "0.34.0", "@sphereon/ssi-sdk.core": "0.34.0", "@sphereon/ssi-types": "0.34.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.20" }, "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" ], "gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d" }