UNPKG

@sphereon/ssi-sdk.xstate-machine-persistence

Version:

70 lines (69 loc) 1.82 kB
{ "name": "@sphereon/ssi-sdk.xstate-machine-persistence", "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" } }, "veramo": { "pluginInterfaces": { "IMachineStatePersistence": "./src/types/IMachineStatePersistence.ts" } }, "scripts": { "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json", "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" }, "dependencies": { "@sphereon/ssi-sdk.data-store": "0.34.0", "@veramo/core": "4.2.0", "debug": "^4.3.5", "uuid": "^9.0.1", "xstate": "^4.38.3" }, "devDependencies": { "@sphereon/ssi-sdk.agent-config": "0.34.0", "@sphereon/ssi-sdk.core": "0.34.0", "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "@veramo/remote-client": "4.2.0", "@veramo/remote-server": "4.2.0", "ts-node": "^10.9.2", "typeorm": "0.3.20", "typescript": "5.8.3" }, "files": [ "dist", "src", "README.md", "plugin.schema.json", "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": [ "Sphereon", "Veramo", "XState", "state machine" ], "gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d" }