{
    "name": "@domain-first/types",
    "description": "Type-safe domain models powered by Standard Schema validation",
    "license": "MIT",
    "keywords": [
        "entity",
        "value-object",
        "value object",
        "vo",
        "domain model",
        "domain-first",
        "ddd",
        "domain-driven",
        "standard schema",
        "zod",
        "valibot"
    ],
    "homepage": "https://codesandbox.io/p/devbox/async-cache-d8crnx?file=%2Findex.js%3A8%2C65",
    "version": "5.0.8",
    "type": "module",
    "repository": {
        "type": "git",
        "url": "https://github.com/alevnyacow/domain-first-types.git"
    },
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js",
            "require": "./dist/index.cjs"
        }
    },
    "main": "./dist/index.cjs",
    "types": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "build": "rslib",
        "check": "biome check --write",
        "dev": "rslib --watch",
        "format": "biome format --write",
        "test": "rstest",
        "test:watch": "rstest --watch"
    },
    "devDependencies": {
        "@biomejs/biome": "2.4.15",
        "@rslib/core": "^0.23.2",
        "@rstest/adapter-rslib": "^0.10.6",
        "@rstest/core": "^0.10.6",
        "@rstest/coverage-istanbul": "^0.10.6",
        "@semantic-release/changelog": "^6.0.3",
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/npm": "^13.1.5",
        "@types/node": "^24.13.2",
        "joi": "^18.2.3",
        "semantic-release": "^25.0.8",
        "typescript": "^6.0.3",
        "valibot": "^1.4.2",
        "zod": "^4.4.3"
    },
    "dependencies": {
        "@domain-first/errors": "^3.0.0",
        "@standard-schema/spec": "^1.1.0"
    }
}
