{
  "name": "postcss-prefixer",
  "version": "3.0.0",
  "description": "postcss plugin to prefix all css selector classes and ids",
  "main": "lib/prefixer.js",
  "engines": {
    "node": "^10 || ^12 || >=14"
  },
  "dependencies": {
    "css-selector-tokenizer": "^0.7.2"
  },
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "^23.8.2",
    "husky": "^4.2.3",
    "jest": "^29.5.0",
    "postcss": "^8.4.23"
  },
  "scripts": {
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "lint": "eslint ./lib",
    "prepublish": "npm run lint && npm test"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test"
    }
  },
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin",
    "postcss-prefixer"
  ],
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/marceloucker/postcss-prefixer.git"
  },
  "bugs": {
    "url": "https://github.com/marceloucker/postcss-prefixer/issues"
  },
  "homepage": "https://github.com/marceloucker/postcss-prefixer#readme"
}
