{
	"name": "@imjano/compare_2_objects",
	"version": "1.0.1",
	"main": "module/index",
	"scripts": {
		"build": "tsc",
		"test": "jest"
	},
	"types": "module/index.d.ts",
	"keywords": [
		"compare objects",
		"compare",
		"objects",
		"compare deeply",
		"basic function",
		"imjano"
	],
	"author": "Alejandro Garcia <imjano@outlook.com>",
	"license": "ISC",
	"description": "This function compare deeply 2 objects and returns true if the objects are identical",
	"devDependencies": {
		"@types/jest": "^29.5.1",
		"jest": "^29.5.0",
		"ts-jest": "^29.1.0",
		"typescript": "^5.0.4"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/imthejano/compare_objects.git"
	},
	"bugs": {
		"url": "https://github.com/imthejano/compare_objects/issues"
	},
	"homepage": "https://github.com/imthejano/compare_objects#readme"
}
