@growthub/primitives
Version:
Stateless utility functions and primitives for the Growthub Marketing OS
77 lines • 1.82 kB
JSON
{
"name": "@growthub/primitives",
"version": "1.0.3",
"description": "Stateless utility functions and primitives for the Growthub Marketing OS",
"license": "MIT",
"homepage": "https://github.com/antonioromero1220/marketing-os/tree/main/packages/primitives#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"
},
"./validation": {
"import": "./dist/validation.js",
"types": "./dist/validation.d.ts"
},
"./brand": {
"import": "./dist/brand.js",
"types": "./dist/brand.d.ts"
},
"./agent": {
"import": "./dist/agent.js",
"types": "./dist/agent.d.ts"
},
"./utils": {
"import": "./dist/utils.js",
"types": "./dist/utils.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": {
"@growthub/schemas": "1.0.3",
"zod": "^3.24.3"
},
"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",
"primitives",
"utilities",
"validation",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/antonioromero1220/marketing-os.git",
"directory": "packages/primitives"
},
"publishConfig": {
"access": "public"
}
}