{
	"name": "on-change",
	"version": "4.0.0",
	"description": "Watch an object or array for changes",
	"license": "MIT",
	"repository": "sindresorhus/on-change",
	"funding": "https://github.com/sindresorhus/on-change?sponsor=1",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
	},
	"scripts": {
		"test": "xo && ava && tsd",
		"bench": "karma start karma.bench.conf.cjs"
	},
	"files": [
		"index.js",
		"index.d.ts",
		"lib"
	],
	"keywords": [
		"on",
		"change",
		"watch",
		"object",
		"array",
		"changes",
		"observe",
		"watcher",
		"observer",
		"proxy",
		"proxies",
		"es2015",
		"event",
		"listener"
	],
	"devDependencies": {
		"@typescript-eslint/parser": "^4.29.3",
		"ava": "^3.15.0",
		"display-value": "^1.8.5",
		"karma-webpack-bundle": "^1.2.0",
		"powerset": "0.0.1",
		"tsd": "^0.17.0",
		"typescript": "^4.4.2",
		"xo": "^0.44.0"
	}
}
