{ "name": "@turbostarter/billing", "version": "0.1.0", "private": true, "type": "module", "exports": { ".": "./src/index.ts", "./env": "./src/env.ts", "./server": "./src/server.ts" }, "scripts": { "clean": "git clean -xdf .cache .turbo dist node_modules", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint", "test": "vitest run", "typecheck": "tsc --noEmit" }, "prettier": "@turbostarter/prettier-config", "dependencies": { "@lemonsqueezy/lemonsqueezy.js": "4.0.0", "@polar-sh/sdk": "0.40.3", "@turbostarter/auth": "workspace:*", "@turbostarter/db": "workspace:*", "@turbostarter/shared": "workspace:*", "envin": "catalog:", "stripe": "19.2.0", "zod": "catalog:" }, "devDependencies": { "@turbostarter/eslint-config": "workspace:*", "@turbostarter/prettier-config": "workspace:*", "@turbostarter/tsconfig": "workspace:*", "@turbostarter/vitest-config": "workspace:*", "eslint": "catalog:", "prettier": "catalog:", "typescript": "catalog:", "vitest": "catalog:" } }