{
  "name": "postcss-prefixwrap",
  "version": "1.46.0",
  "description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.",
  "keywords": [
    "css",
    "javascript",
    "nodejs",
    "pnpm",
    "postcss",
    "postcss-plugin",
    "typescript",
    "yarn"
  ],
  "homepage": "https://github.com/dbtedman/postcss-prefixwrap#readme",
  "bugs": "https://github.com/dbtedman/postcss-prefixwrap/issues",
  "repository": "https://github.com/dbtedman/postcss-prefixwrap",
  "license": "MIT",
  "author": {
    "name": "Daniel Tedman",
    "url": "https://tedman.dev"
  },
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "*.md",
    "build"
  ],
  "devDependencies": {
    "@babel/core": "7.24.4",
    "@jest/globals": "29.7.0",
    "@tsconfig/node18": "18.2.4",
    "@types/jest": "29.5.12",
    "@types/node": "20.12.4",
    "@typescript-eslint/eslint-plugin": "7.5.0",
    "@typescript-eslint/parser": "7.5.0",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-import-resolver-typescript": "3.6.1",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jest": "27.9.0",
    "eslint-plugin-jsx-a11y": "6.8.0",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-security-node": "1.1.4",
    "eslint-plugin-unused-imports": "3.1.0",
    "glob": "10.3.12",
    "husky": "9.0.11",
    "jest": "29.7.0",
    "postcss": "8.4.38",
    "prettier": "3.2.5",
    "sort-package-json": "2.10.0",
    "source-map": "0.7.4",
    "source-map-js": "1.2.0",
    "ts-jest": "29.1.2",
    "ts-node": "10.9.2",
    "typescript": "5.4.3"
  },
  "peerDependencies": {
    "postcss": "*"
  },
  "scripts": {
    "build": "tsc --build tsconfig.app.json",
    "clean": "node automation-clean.js",
    "format": "sort-package-json && prettier . --write && eslint --fix . --ext .js,.ts",
    "lint": "sort-package-json --check && prettier . --check && eslint . --ext .js,.ts",
    "test": "jest"
  }
}