{
	"name": "foobar-style-chooser",
	"version": "5.0.6",
	"description": "Style chooser for foobar2000 tracks",
	"keywords": [
		"foobar",
		"style",
		"chooser"
	],
	"author": "Anatoliy Oblaukhov",
	"homepage": "https://github.com/anmiles/foobar-style-chooser",
	"repository": "github:anmiles/foobar-style-chooser",
	"license": "MIT",
	"engines": {
		"node": ">=20.19.0"
	},
	"scripts": {
		"spellcheck": "cspell .",
		"prebuild": "tsc -noEmit",
		"build": "vite build",
		"lint": "eslint",
		"lint:fix": "eslint --fix",
		"test": "jest --verbose",
		"test:coverage": "npm test -- --coverage",
		"test:ci": "npm test -- --ci --coverage",
		"test:watch": "npm test -- --watch",
		"test:watch:coverage": "npm test -- --watch --coverage",
		"test:report:coverage": "nyc report",
		"start": "node ./server.mjs",
		"dev": "vite",
		"preview": "vite preview --open"
	},
	"dependencies": {
		"@anmiles/express-tools": "^2.0.5",
		"classnames": "^2.5.1",
		"express": "^5.2.1",
		"out-url": "^1.2.2",
		"react": "^19.0.0",
		"react-dom": "^19.0.0",
		"zod": "^4.3.6"
	},
	"devDependencies": {
		"@anmiles/eslint-config": "^10.0.2",
		"@anmiles/tsconfig": "^4.0.1",
		"@eslint/compat": "^2.0.2",
		"@eslint/css": "^0.14.1",
		"@eslint/js": "^9.39.2",
		"@eslint/json": "^1.0.0",
		"@eslint/markdown": "^7.5.1",
		"@stylistic/eslint-plugin": "^5.7.1",
		"@testing-library/dom": "^10.4.1",
		"@testing-library/jest-dom": "^6.9.1",
		"@testing-library/react": "^16.3.2",
		"@testing-library/user-event": "^14.6.1",
		"@types/express": "^5.0.6",
		"@types/jest": "^30.0.0",
		"@types/react": "^19.0.12",
		"@types/react-dom": "^19.0.4",
		"@typescript-eslint/eslint-plugin": "^8.54.0",
		"@typescript-eslint/parser": "^8.54.0",
		"@vitejs/plugin-react": "^5.1.2",
		"ajv": "^8.17.1",
		"cspell": "^9.6.2",
		"eslint": "^9.39.2",
		"eslint-import-resolver-typescript": "^4.4.4",
		"eslint-plugin-align-assignments": "^1.1.2",
		"eslint-plugin-i18next": "^6.1.3",
		"eslint-plugin-import": "^2.32.0",
		"eslint-plugin-jest": "^29.12.1",
		"eslint-plugin-n": "^17.23.2",
		"eslint-plugin-promise": "^7.2.1",
		"jest": "^30.2.0",
		"jest-environment-jsdom": "^30.2.0",
		"jiti": "^2.6.1",
		"nyc": "^17.1.0",
		"ts-jest": "^29.4.6",
		"typescript": "^5.9.3",
		"use-immer": "^0.11.0",
		"vite": "^7.3.1"
	}
}
