{
  "name": "@vizydrop/stylelint-forbids-variables-with-name",
  "version": "1.0.0",
  "description": "Stylelint rule forbids the use of variables with a specific name",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "prepublishOnly": "npm test",
    "format": "prettier --write \"**/*.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vizydrop/stylelint-forbids-variables-with-name.git"
  },
  "keywords": [
    "Stylelint",
    "css"
  ],
  "author": "Konstantin Krivlenia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vizydrop/stylelint-forbids-variables-with-name/issues"
  },
  "homepage": "https://github.com/vizydrop/stylelint-forbids-variables-with-name#readme",
  "devDependencies": {
    "husky": "^3.0.3",
    "prettier": "^1.18.2",
    "pretty-quick": "^1.11.1",
    "stylelint": "^10.1.0",
    "stylelint-test-rule-tape": "^0.2.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}
