{"name":"ts-deepmerge","type":"module","license":"ISC","version":"7.0.3","scripts":{"clean":"rimraf ./{cjs,esm}/!(package.json)","compile":"yarn clean && yarn compile:esm && yarn compile:cjs","compile:watch":"yarn clean && concurrently --kill-others \"yarn compile:esm --watch\" \"yarn compile:cjs --watch\"","compile:esm":"yarn tsc --project tsconfig.esm.json","compile:cjs":"yarn tsc --project tsconfig.cjs.json","prepack":"yarn compile","format":"prettier --write \"**/*.{json,ts,tsx}\"","lint":"eslint \"./src/**/*.ts?(x)\"","lint:fix":"yarn format && yarn lint --fix","typecheck":"tsc --noEmit","test":"cross-env NODE_OPTIONS=--experimental-vm-modules jest","test:all":"yarn lint:fix && yarn typecheck && yarn test --coverage"},"author":{"name":"Raice Hannay","email":"voodoocreation@gmail.com"},"description":"A TypeScript deep merge function.","keywords":["typescript","deep","merge","types","ts-merge","ts-deepmerge","merging","deep","deepmerge","deep-merge","recursive","recursive-merge"],"repository":{"type":"git","url":"git@github.com:voodoocreation/ts-deepmerge.git"},"bugs":{"url":"https://github.com/voodoocreation/ts-deepmerge/issues"},"homepage":"https://github.com/voodoocreation/ts-deepmerge#readme","engines":{"node":">=14.13.1"},"exports":{"import":"./esm/index.js","require":"./cjs/index.js"},"types":"./cjs/index.d.ts","main":"./cjs/index.js","module":"./esm/index.js","devDependencies":{"@types/jest":"^29.5.14","concurrently":"^9.1.0","cross-env":"^7.0.3","eslint":"^9.15.0","eslint-config-voodoocreation":"^7.0.1","eslint-plugin-import":"^2.31.0","eslint-plugin-jest":"^28.9.0","eslint-plugin-prefer-arrow":"^1.2.3","jest":"^29.7.0","jest-environment-jsdom":"^29.7.0","prettier":"^3.3.3","rimraf":"^6.0.1","ts-jest":"^29.2.5","typescript":"^5.6.3"},"_id":"ts-deepmerge@7.0.3","dist":{"shasum":"e7053ddb45be093b71d7f9a5a05935ae119f1d31","size":3618,"noattachment":false,"key":"/ts-deepmerge/-/ts-deepmerge-7.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ts-deepmerge/download/ts-deepmerge-7.0.3.tgz"},"_npmUser":{"name":"voodoocreation","email":"voodoocreation@gmail.com"},"directories":{},"maintainers":[{"name":"voodoocreation","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ts-deepmerge_7.0.3_1746148840575_0.24059552520443495"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-02T01:20:40.765Z","publish_time":1746148840765,"_source_registry_name":"default","_cnpm_publish_time":1746148840765,"dist-tags":{"latest":"7.0.3"}}