{ "name": "@tpmjs/env", "version": "0.1.1", "description": "Environment variable validation with Zod for TPMJS", "author": "TPMJS", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tpmjs/tpmjs.git", "directory": "packages/env" }, "homepage": "https://tpmjs.com", "keywords": ["tpmjs", "typescript", "environment", "zod", "validation"], "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": ["dist"], "scripts": { "build": "tsup", "dev": "tsup --watch", "type-check": "tsc --noEmit", "clean": "rm -rf dist .turbo" }, "dependencies": { "zod": "^4.1.13" }, "devDependencies": { "@tpmjs/tsconfig": "workspace:*", "@types/node": "^22.10.2", "tsup": "^8.3.5", "typescript": "^5.9.3" }, "publishConfig": { "access": "public" } }