{
	"name": "zcatalyst-cli-plugin-react",
	"version": "0.0.4",
	"description": "Official react plugin for zcatalyst-cli",
	"main": "lib/index.js",
	"scripts": {
		"test:unit": "jest --config jest.config.js",
		"lint:src": "eslint --ext .js lib/ --fix --color",
		"lint:unit": "eslint --ext .js tests/ --fix --color",
		"lint": "run-p lint:src lint:unit",
		"test": "run-s lint:unit test:unit",
		"prepare": "npm run lint",
		"prepublishOnly": "npm test && npm run lint",
		"preversion": "npm run lint",
		"version": "git add -A lib tests",
		"postversion": "git push && git push --tags"
	},
	"engines": {
		"node": ">=12.0.0"
	},
	"keywords": [
		"cli",
		"cloud",
		"hosting",
		"catalyst",
		"zoho",
		"client",
		"zcatalyst",
		"react",
		"plugin",
		"reactjs"
	],
	"author": "Catalyst (https://www.zoho.com/catalyst/)",
	"homepage": "https://www.zoho.com/catalyst/",
	"license": "MIT",
	"devDependencies": {
		"eslint": "^8.5.0",
		"eslint-config-prettier": "^8.3.0",
		"eslint-plugin-prettier": "^4.0.0",
		"jest": "^27.4.5",
		"npm-run-all": "^4.1.5",
		"prettier": "^2.5.1",
		"react": "^17.0.2",
		"react-dom": "^17.0.2",
		"react-scripts": "^5.0.0"
	},
	"files": [
		"lib/**/*"
	],
	"peerDependencies": {
		"react": ">= 16",
		"react-scripts": "^5.0.0",
		"typescript": "^3.2.1 || ^4"
	},
	"peerDependenciesMeta": {
		"typescript": {
			"optional": true
		}
	},
	"compatibility": {
		"zcatalyst-cli": ">=1.13.2"
	},
	"dependencies": {
		"ansi-colors": "^4.1.3",
		"dotenv": "^16.0.2",
		"dotenv-expand": "^9.0.0",
		"filesize": "^8.0.7",
		"gzip-size": "^6.0.0",
		"strip-ansi": "^6.0.1"
	}
}
