{
	"name": "@trenskow/merge",
	"version": "0.1.60",
	"description": "A small library for doing recursive `Object.assign`.",
	"main": "index.js",
	"type": "module",
	"scripts": {
		"test": "node ./node_modules/mocha/bin/mocha.js ./test/index.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/trenskow/merge.git"
	},
	"keywords": [
		"object",
		"assign",
		"recursive"
	],
	"author": "Kristian Trenskow <trenskow@me.com>",
	"license": "BSD-2-Clause",
	"bugs": {
		"url": "https://github.com/trenskow/merge/issues"
	},
	"homepage": "https://github.com/trenskow/merge#readme",
	"devDependencies": {
		"@eslint/eslintrc": "^3.3.5",
		"@eslint/js": "^10.0.1",
		"chai": "^6.2.2",
		"chai-as-promised": "^8.0.2",
		"eslint": "^10.5.0",
		"globals": "^17.7.0",
		"mocha": "^11.7.6"
	}
}
