{
	"type": "module",
	"devDependencies": {
		"@types/js-cookie": "^3.0.6",
		"@types/lodash-es": "^4.17.12",
		"@types/mousetrap": "^1.6.15",
		"@types/nightwatch": "^2.3.23",
		"chromedriver": "^138.0.3",
		"nightwatch": "^3.12.2",
		"ts-loader": "^9.4.2",
		"ts-node": "^10.9.1",
		"typescript": "^4.9.5",
		"webpack": "^5.80.0",
		"webpack-cli": "^5.0.2",
		"webpack-manifest-plugin": "^5.0.0"
	},
	"scripts": {
		"build": "webpack --config webpack.config.js",
		"package": "npm run build && pwsh -File build/package-plugin.ps1",
		"postinstall": "if exist node_modules\\.cache\\webpack (del /q /s /f node_modules\\.cache\\webpack)"
	},
	"dependencies": {
		"@types/lodash": "^4.14.202",
		"css-selector-generator": "^3.6.8",
		"js-cookie": "^3.0.5",
		"lodash-es": "^4.17.21",
		"loglevel": "^1.9.2"
	}
}
