{ "name": "@3rapp/common", "version": "0.0.0", "files": [ "dist" ], "main": "./dist/cjs/index.js", "module": "./dist/es/index.mjs", "types": "./dist/cjs/index.d.ts", "exports": { "import": { "types": "./dist/es/index.d.ts", "default": "./dist/es/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } }, "scripts": { "dev": "bunchee -w --tsconfig tsconfig.build.json", "build": "bunchee --tsconfig tsconfig.build.json", "lint": "eslint . --ext ts,tsx" }, "dependencies": { "deepmerge": "^4.3.1" }, "devDependencies": { "@3rapp/code-config": "workspace:*", "@types/node": "^20.12.10", "bunchee": "^5.1.5", "eslint": "^8.57.0", "typescript": "^5.4.5" } }