{
  "name": "stylelint-8-point-grid",
  "version": "5.0.1",
  "description": "Stylelint plugin to validate CSS with 8-point grid guideline",
  "main": "dist/index.js",
  "repository": "git@github.com:darwintantuco/stylelint-8-point-grid.git",
  "author": "Darwin Christopher Tantuco <dcrtantuco@gmail.com>",
  "license": "MIT",
  "prettier": "@darwintantuco/prettier-config",
  "eslintConfig": {
    "extends": [
      "@darwintantuco/eslint-config"
    ]
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm run ci",
    "test": "ts-node 'tests/'",
    "prettier:check": "prettier --list-different '**/*.{js,ts,md,json}'",
    "prettier:fix": "prettier --write '**/*.{js,ts,md,json}'",
    "lint:js": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
    "lint:all": "run-p prettier:check lint:js",
    "ci": "run-p test prettier:check lint:js"
  },
  "husky": {
    "hooks": {
      "pre-push": "yarn ci"
    }
  },
  "peerDependencies": {
    "stylelint": "^16.0.0 || ^15.0.0"
  },
  "devDependencies": {
    "@darwintantuco/eslint-config": "^1.0.1",
    "@darwintantuco/prettier-config": "^1.0.1",
    "@types/stylelint": "^9.10.1",
    "husky": "^4.2.5",
    "npm-run-all": "^4.1.5",
    "stylelint-test-rule-tape": "^0.2.0",
    "ts-node": "^8.8.2",
    "typescript": "^3.8.3"
  },
  "resolutions": {
    "postcss": "^7.0.39",
    "brace-expansion": "^1.1.12",
    "@babel/runtime": "^7.26.10",
    "@babel/runtime-corejs3": "^7.26.10",
    "minimist": "^1.2.8",
    "ansi-regex": "^3.0.1",
    "trim-newlines": "^3.0.1",
    "trim": "^0.0.3",
    "semver-regex": "^3.1.4",
    "ajv": "^6.12.6",
    "browserslist": "^4.25.1",
    "cross-spawn": "^7.0.6"
  },
  "keywords": [
    "stylelint",
    "stylelint-plugin",
    "stylelint-config",
    "css",
    "scss"
  ],
  "homepage": "https://github.com/darwintantuco/stylelint-8-point-grid",
  "bugs": {
    "url": "https://github.com/darwintantuco/stylelint-8-point-grid/issues"
  }
}
