{
  "name": "stylis-plugin-extra-scope",
  "version": "0.3.0",
  "description": "Stylis plugin which adds extra scope to each produced CSS rule.",
  "main": "dist/stylis-plugin-extra-scope.cjs.js",
  "module": "dist/stylis-plugin-extra-scope.esm.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "pretest": "preconstruct dev",
    "test": "jest --env=node",
    "build": "preconstruct build",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Andarist/stylis-plugin-extra-scope.git"
  },
  "keywords": [
    "stylis",
    "plugin"
  ],
  "author": "Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Andarist/stylis-plugin-extra-scope/issues"
  },
  "homepage": "https://github.com/Andarist/stylis-plugin-extra-scope#readme",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@preconstruct/cli": "^2.0.1",
    "babel-jest": "^26.6.3",
    "husky": "^4.3.8",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.3",
    "prettier": "^2.2.1",
    "stylis": "^3.5.4"
  }
}
