@veramo/data-store
Version:
Veramo data storage plugin based on TypeORM database drivers
60 lines (59 loc) • 1.44 kB
JSON
{
"name": "@veramo/data-store",
"description": "Veramo data storage plugin based on TypeORM database drivers",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
},
"dependencies": {
"@veramo/core-types": "^6.0.0",
"@veramo/did-discovery": "^6.0.0",
"@veramo/did-manager": "^6.0.0",
"@veramo/key-manager": "^6.0.0",
"@veramo/utils": "^6.0.0",
"debug": "^4.3.3",
"did-jwt-vc": "^4.0.0",
"typeorm": "^0.3.17",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"sqlite3": "5.1.6",
"typescript": "5.3.3"
},
"files": [
"build/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/data-store"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"data store",
"TypeORM",
"database",
"veramo-plugin"
],
"license": "Apache-2.0",
"type": "module",
"gitHead": "9a0e6bd1ec2d49e152b18d086decbe49e6f41028"
}