{"name":"ts-deepmerge","type":"module","license":"ISC","version":"7.0.1","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.12","concurrently":"^8.2.2","cross-env":"^7.0.3","eslint":"^9.7.0","eslint-config-voodoocreation":"^6.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-jest":"^28.6.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.2","typescript":"^5.5.3"},"_id":"ts-deepmerge@7.0.1","dist":{"shasum":"4b3dceb5a9b4308b7279d738c8d29834fbd5856b","size":3564,"noattachment":false,"key":"/ts-deepmerge/-/ts-deepmerge-7.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ts-deepmerge/download/ts-deepmerge-7.0.1.tgz"},"_npmUser":{"name":"voodoocreation","email":"voodoocreation@gmail.com"},"directories":{},"maintainers":[{"name":"voodoocreation","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ts-deepmerge_7.0.1_1721103882003_0.38059093092150875"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-16T04:24:42.176Z","publish_time":1721103882176,"_source_registry_name":"default","_cnpm_publish_time":1721103882176,"dist-tags":{"latest":"7.0.3"}}