UNPKG

@sphereon/ssi-sdk.data-store

Version:

72 lines (71 loc) 2.41 kB
{ "name": "@sphereon/ssi-sdk.data-store", "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", "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.37.1", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.37.1", "@sphereon/ssi-sdk.agent-config": "0.37.1", "@sphereon/ssi-sdk.core": "0.37.1", "@sphereon/ssi-sdk.data-store-types": "0.37.1", "@sphereon/ssi-types": "0.37.1", "@veramo/core": "4.2.0", "@veramo/data-store": "4.2.0", "@veramo/utils": "4.2.0", "blakejs": "^1.2.1", "class-validator": "0.14.1", "dcql": "1.0.1", "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": "f77778193dc9235727d306be0449c5bf05b63cbe" }