{
  "name": "@fastify/deepmerge",
  "version": "2.0.0",
  "description": "Merges the enumerable properties of two or more objects deeply.",
  "main": "index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "npm run test:unit && npm run test:typescript",
    "test:unit": "tap",
    "test:typescript": "tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/deepmerge.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/deepmerge/issues"
  },
  "homepage": "https://github.com/fastify/deepmerge#readme",
  "devDependencies": {
    "standard": "^17.1.0",
    "tap": "^18.7.1",
    "tape": "^5.7.5",
    "tsd": "^0.30.7"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "types/index.d.ts"
  ],
  "keywords": [
    "merge",
    "deep",
    "recursive",
    "object"
  ]
}
