{
	"name": "@rmenke/postcss-mono-repo-playground--plugin-a",
	"description": "TODO: Add description for plugin-a",
	"version": "1.1.1",
	"engines": {
		"node": "^14 || ^16 || >=18"
	},
	"main": "dist/index.cjs",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.mjs",
			"require": "./dist/index.cjs",
			"default": "./dist/index.mjs"
		}
	},
	"files": [
		"CHANGELOG.md",
		"LICENSE.md",
		"README.md",
		"dist"
	],
	"peerDependencies": {
		"postcss": "^8.4"
	},
	"devDependencies": {
		"@rmenke/postcss-mono-repo-playground--postcss-tape": "*"
	},
	"scripts": {
		"build": "rollup -c ../../rollup/default.mjs",
		"lint": "node ../../.github/bin/format-package-json.mjs",
		"prepublishOnly": "npm run build && npm run test",
		"test": "node .tape.mjs && node ./test/_import.mjs && node ./test/_require.cjs",
		"test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
	},
	"keywords": [],
	"volta": {
		"extends": "../../package.json"
	}
}
