{
  "name": "@zonx/babel-plugin-short-css-vars",
  "version": "1.3.0",
  "description": "Optimization plugin to shorten the names of CSS variables",
  "license": "MIT",
  "author": "@julians",
  "contributors": [
    "Julian Stahnke <julian.stahnke@zeit.de>",
    "Andrew Gerard <agerard@godaddy.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeitonline/short-css-vars.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/zeitonline/short-css-vars/packages/babel-plugin-short-css-vars#readme",
  "keywords": [
    "babel",
    "babel-plugin",
    "css",
    "variables",
    "custom",
    "properties",
    "short",
    "hash",
    "name",
    "shorten"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "test": "jest --coverage",
    "posttest": "npm run lint"
  },
  "dependencies": {
    "@zonx/short-css-vars": "^1.2.0"
  },
  "devDependencies": {
    "@babel/helper-plugin-test-runner": "^7.10.4",
    "@babel/plugin-syntax-jsx": "^7.10.4",
    "eslint": "^7.4.0",
    "eslint-config-godaddy": "^4.0.0",
    "eslint-plugin-json": "^2.1.1",
    "eslint-plugin-mocha": "^7.0.1",
    "jest": "^26.1.0",
    "react": "^16.13.1"
  },
  "eslintConfig": {
    "extends": "godaddy"
  },
  "eslintIgnore": [
    "fixtures"
  ],
  "jest": {
    "testRegex": "./test/setup.js$"
  },
  "gitHead": "322ce4800debb7ea289c1f793d46b64920b0d45f"
}
