UNPKG

@leancodepl/cqrs-client-base

Version:

Base types and interfaces for CQRS client implementations

52 lines 1.21 kB
{ "name": "@leancodepl/cqrs-client-base", "version": "10.1.2", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=22.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/leancodepl/js_corelibrary.git", "directory": "packages/cqrs-clients/cqrs-client-base" }, "homepage": "https://github.com/leancodepl/js_corelibrary", "bugs": { "url": "https://github.com/leancodepl/js_corelibrary/issues" }, "description": "Base types and interfaces for CQRS client implementations", "keywords": [ "cqrs", "types", "interfaces", "typescript", "javascript", "leancode" ], "author": { "name": "LeanCode", "url": "https://leancode.co" }, "sideEffects": false, "files": [ "dist", "CHANGELOG.md", "!**/*.tsbuildinfo" ] }