{
    "name": "@common-stack/server-core",
    "version": "8.6.1-alpha.13",
    "description": "common core for higher packages to depend on",
    "license": "UNLICENSED",
    "author": "CDMBase LLC",
    "type": "module",
    "main": "lib/index.js",
    "module": "lib/index.js",
    "types": "lib/index.d.ts",
    "files": [
        "lib"
    ],
    "scripts": {
        "build": "yarn build:clean && yarn build:lib",
        "build:clean": "rimraf lib",
        "build:lib": "rollup -c rollup.config.mjs",
        "build:lib:watch": "yarn build:lib -- --watch",
        "jest": "./node_modules/.bin/jest",
        "prepublish": "yarn build",
        "test": "jest",
        "test:debug": "npm test -- --runInBand",
        "test:watch": "npm test -- --watch",
        "watch": "yarn build:lib:watch"
    },
    "dependencies": {
        "@common-stack/core": "8.6.1-alpha.13",
        "zod": "^4.0.0"
    },
    "peerDependencies": {
        "@cdm-logger/core": ">=7.0.12",
        "@cdm-logger/server": ">=7.0.12"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "af861507bb86e230ec4e93f09ad8c8987519da90",
    "nx": {
        "implicitDependencies": [
            "@common-stack/core"
        ]
    },
    "typescript": {
        "definition": "lib/index.d.ts"
    }
}
