{
	"name": "codeb-feature-flags",
	"version": "0.3.2",
	"description": "Allows developers to enable / disable features based on flags.",
	"license": "ISC",
	"author": "Mohan Raj <https://mohanraj.dev>",
	"scripts": {
		"build": "wp-scripts build",
		"lint:css": "wp-scripts lint-style",
		"lint:css:fix": "npm run lint:css -- --fix",
		"lint:js": "wp-scripts lint-js",
		"lint:js:fix": "wp-scripts lint-js --fix",
		"prepare": "husky",
		"start": "wp-scripts start",
		"test:e2e": "npx playwright test --reporter=list",
		"test:js": "wp-scripts test-unit-js",
		"test:watch": "wp-scripts test-unit-js --watch",
		"version:major": "node ./scripts/version major",
		"version:minor": "node ./scripts/version minor",
		"version:patch": "node ./scripts/version patch",
		"wp-env": "wp-env start",
		"wp-env:coverage": "wp-env start --xdebug=coverage",
		"php:unit": "wp-env run --env-cwd='wp-content/plugins/feature-flags' tests-wordpress composer test:unit",
		"php:integration": "wp-env run tests-wordpress --env-cwd=wp-content/plugins/feature-flags composer test:integration",
		"php:multisite": "wp-env run tests-wordpress --env-cwd=wp-content/plugins/feature-flags composer test:multisite"
	},
	"dependencies": {
		"@wordpress/api-fetch": "^6.48.0",
		"@wordpress/components": "^27.0.0",
		"@wordpress/data": "^9.22.0",
		"@wordpress/dom-ready": "^3.52.0",
		"@wordpress/hooks": "^3.52.0",
		"@wordpress/i18n": "^4.52.0",
		"@wordpress/notices": "^4.20.0",
		"dotenv": "^16.4.5",
		"react": "18.2.0",
		"react-dom": "18.2.0",
		"react-syntax-highlighter": "^15.5.0",
		"react-test-renderer": "^18.2.0",
		"ts-loader": "^9.5.1",
		"typescript": "^5.3.3"
	},
	"devDependencies": {
		"@playwright/test": "^1.42.0",
		"@testing-library/jest-dom": "^6.4.2",
		"@testing-library/react": "14.2.1",
		"@types/jest": "^29.5.12",
		"@types/node": "^20.11.20",
		"@types/react-syntax-highlighter": "^15.5.11",
		"@types/wordpress__components": "^23.0.11",
		"@wordpress/e2e-test-utils-playwright": "^0.20.0",
		"@wordpress/env": "^9.4.0",
		"@wordpress/eslint-plugin": "^17.9.0",
		"@wordpress/scripts": "^27.3.0",
		"eslint": "^8.57.0",
		"eslint-import-resolver-alias": "^1.1.2",
		"eslint-plugin-cypress": "^2.15.1",
		"eslint-plugin-import": "^2.29.1",
		"husky": "^9.0.11",
		"jest-environment-jsdom": "^29.7.0",
		"prettier": "^3.2.5"
	},
	"keywords": [
		"feature flags",
		"wordpress",
		"plugin"
	]
}
