{ "name": "@3rapp/utils", "type": "module", "exports": { ".": { "import": { "types": "./dist/es/index.d.ts", "default": "./dist/es/index.js" } } }, "main": "./dist/cjs/index.js", "module": "./dist/es/index.mjs", "types": "./dist/cjs/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "bunchee -w --tsconfig tsconfig.build.json", "build": "bunchee --tsconfig tsconfig.build.json", "lint": "eslint . --ext ts,tsx" }, "dependencies": { "dayjs": "^1.11.13", "deepmerge": "^4.3.1", "lodash": "catalog:" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/lodash": "catalog:", "@types/node": "^22.8.6", "bunchee": "^5.6.1", "typescript": "^5.6.3" } }