{
	"name": "smntcs-theme-toggle",
	"description": "A list view for the smntcs theme",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"WordPress",
		"Plugin",
		"SMNTCS Theme Toggle"
	],
	"homepage": "https://github.com/nielslange/smntcs-theme-toggle#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nielslange/smntcs-theme-toggle.git"
	},
	"bugs": {
		"url": "https://github.com/nielslange/smntcs-theme-toggle/issues"
	},
	"devDependencies": {
		"@playwright/test": "^1.42.1",
		"@types/node": "^20.11.24",
		"@wordpress/env": "5.15.0",
		"@wordpress/prettier-config": "2.13.0",
		"@wordpress/stylelint-config": "21.14.0",
		"eslint": "^8.37.0",
		"npm-run-all": "^4.1.5",
		"prettier": "npm:wp-prettier@^2.8.5",
		"rtlcss": "4.0.0",
		"sass": "^1.85.1",
		"stylelint": "14.16.1"
	},
	"scripts": {
		"build": "sass --style=compressed assets/scss:assets/css && npm run build-rtl",
		"build-rtl": "rtlcss assets/css/style.css assets/css/style-rtl.css",
		"build:zip": "bash ./bin/bundle.sh",
		"phpcbf": "composer run phpcbf",
		"phpcs": "composer run phpcs",
		"phplint": "composer run phplint",
		"psalm": "composer run psalm",
		"stylelint": "stylelint 'assets/css/**/*.css'",
		"test": "npm-run-all --parallel phpcs phplint psalm test:e2e",
		"test:e2e": "playwright test",
		"test:e2e:ui": "playwright test --ui",
		"test:e2e:debug": "playwright test --debug",
		"test:e2e:report": "playwright show-report",
		"watch": "sass --style=compressed assets/scss:assets/css --watch",
		"wp-env": "wp-env"
	},
	"pnpm": {
		"ignoredBuiltDependencies": [
			"node-sass"
		]
	}
}
