{
	"name": "WikibaseQualityConstraints",
	"private": true,
	"scripts": {
		"test": "grunt test",
		"cypress:install": "cypress install",
		"cypress:open": "cypress open",
		"cypress:run": "cypress run",
		"selenium-test": "npm run cypress:run"
	},
	"devDependencies": {
		"api-testing": "1.7.3",
		"cypress": "^15.7.1",
		"cypress-axe": "^1.7.0",
		"cypress-wikibase-api": "0.0.9",
		"eslint-config-wikimedia": "0.32.3",
		"eslint-plugin-jasmine": "^4.1.3",
		"grunt": "1.6.1",
		"grunt-banana-checker": "0.13.0",
		"grunt-eslint": "24.3.0",
		"grunt-jasmine-nodejs": "^1.6.1",
		"grunt-stylelint": "0.20.1",
		"jasmine": "^5.5.0",
		"module-alias": "^2.2.3",
		"sinon": "^19.0.0",
		"stylelint-config-wikimedia": "0.18.0",
		"unexpected": "^13.2.1"
	},
	"_moduleAliases": {
		"wikibase.quality.constraints.gadget": "./modules/gadget.js",
		"wikibase.quality.constraints.suggestions.EntitySelectorHookHandlerFactory": "./modules/suggestions/EntitySelectorHookHandlerFactory.js"
	}
}
