{
  "name": "postcss-scopify",
  "version": "1.0.0",
  "description": "PostCSS plugin that adds a user input scope to each selector",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "scope",
    "scoped css",
    "css post processing"
  ],
  "author": "pazams <maorzams@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pazams/postcss-scopify.git"
  },
  "bugs": {
    "url": "https://github.com/pazams/postcss-scopify/issues"
  },
  "homepage": "https://github.com/pazams/postcss-scopify",
  "dependencies": {
    "postcss-selector-parser": "^6.0.6"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^8.4.0",
    "postcss": "^8.3.0"
  },
  "peerDependencies": {
    "postcss": "^8.3.0"
  },
  "scripts": {
    "test": "istanbul cover ./node_modules/.bin/mocha  test/*.js"
  }
}
