{
	"name": "jquery-migrate",
	"title": "jQuery Migrate",
	"description": "Migrate older jQuery code to jQuery 3.x",
	"main": "dist/jquery-migrate.js",
	"version": "3.6.0",
	"type": "module",
	"homepage": "https://github.com/jquery/jquery-migrate",
	"author": {
		"name": "OpenJS Foundation and other contributors",
		"url": "https://openjsf.org"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/jquery/jquery-migrate.git"
	},
	"bugs": {
		"url": "http://bugs.jquery.com/"
	},
	"license": "MIT",
	"scripts": {
		"build": "node build/tasks/build-default.js",
		"lint": "eslint --cache .",
		"npmcopy": "node build/tasks/npmcopy.js",
		"prepare": "husky",
		"pretest": "npm run npmcopy && npm run build && npm run lint",
		"start": "npm run npmcopy && node build/tasks/build-watch.js",
		"test:browser": "npm run pretest && npm run test:unit -- -b chrome -b firefox --headless",
		"test:ie": "npm run pretest && npm run test:unit -- -v -b ie",
		"test:node_smoke_tests": "npm run pretest && node test/node_smoke_tests/smoke_tests.cjs",
		"test:safari": "npm run pretest && npm run test:unit -- -v -b safari",
		"test:server": "jtr serve",
		"test:unit": "jtr",
		"test": "npm run test:node_smoke_tests && npm run test:browser"
	},
	"peerDependencies": {
		"jquery": ">=3 <4"
	},
	"devDependencies": {
		"chalk": "5.6.2",
		"commitplease": "3.2.0",
		"enquirer": "2.4.1",
		"eslint": "8.57.1",
		"eslint-config-jquery": "3.0.2",
		"eslint-plugin-import": "2.32.0",
		"globals": "16.5.0",
		"husky": "9.1.7",
		"jquery": "3.7.1",
		"jquery-test-runner": "0.2.8",
		"jsdom": "27.2.0",
		"native-promise-only": "0.8.1",
		"qunit": "2.24.2",
		"rollup": "4.53.2",
		"sinon": "7.5.0",
		"uglify-js": "3.9.4"
	},
	"keywords": [
		"jquery",
		"javascript",
		"browser",
		"plugin",
		"migrate"
	],
	"commitplease": {
		"nohook": true,
		"components": [
			"Docs",
			"Tests",
			"Build",
			"Release",
			"Core",
			"Ajax",
			"Attributes",
			"Callbacks",
			"CSS",
			"Data",
			"Deferred",
			"Deprecated",
			"Dimensions",
			"Effects",
			"Event",
			"Manipulation",
			"Offset",
			"Queue",
			"Selector",
			"Serialize",
			"Traversing",
			"Wrap"
		]
	}
}
