UNPKG

@growthub/schemas

Version:
73 lines 1.7 kB
{ "name": "@growthub/schemas", "version": "1.0.3", "description": "Zod schemas and TypeScript types for the Growthub Marketing OS", "license": "MIT", "homepage": "https://github.com/antonioromero1220/marketing-os/tree/main/packages/schemas#readme", "bugs": { "url": "https://github.com/antonioromero1220/marketing-os/issues" }, "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "./brand": { "import": "./dist/brand.js", "types": "./dist/brand.d.ts" }, "./agent": { "import": "./dist/agent.js", "types": "./dist/agent.d.ts" }, "./compiler": { "import": "./dist/compiler.js", "types": "./dist/compiler.d.ts" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsup", "build:oss": "pnpm build", "dev": "tsup --watch", "type-check": "tsc --noEmit", "lint": "eslint src/", "test": "vitest", "clean": "rm -rf dist" }, "dependencies": { "zod": "^3.24.3", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/node": "^22.8.1", "eslint": "^9.14.0", "tsup": "^8.3.5", "typescript": "^5.6.3", "vitest": "^2.1.5" }, "keywords": [ "growthub", "marketing", "schemas", "zod", "typescript", "validation" ], "repository": { "type": "git", "url": "https://github.com/antonioromero1220/marketing-os.git", "directory": "packages/schemas" }, "publishConfig": { "access": "public" } }