UNPKG

@leancodepl/validation

Version:

CQRS validation helpers for command and query validation

59 lines 1.32 kB
{ "name": "@leancodepl/validation", "version": "10.1.1", "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" } }, "dependencies": { "@leancodepl/cqrs-client-base": "10.1.1" }, "devDependencies": { "sinon": "15.2.0" }, "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/validation" }, "homepage": "https://github.com/leancodepl/js_corelibrary", "bugs": { "url": "https://github.com/leancodepl/js_corelibrary/issues" }, "description": "CQRS validation helpers for command and query validation", "keywords": [ "cqrs", "validation", "commands", "queries", "typescript", "javascript", "leancode" ], "author": { "name": "LeanCode", "url": "https://leancode.co" }, "sideEffects": false, "files": [ "dist", "CHANGELOG.md", "!**/*.tsbuildinfo" ] }