{ "name": "@buster/env-utils", "version": "1.0.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "dev": "tsc --watch", "dev:fast": "tsc --watch", "lint": "biome check" }, "dependencies": { "@buster/typescript-config": "workspace:*", "dotenv": "catalog:" } }