{
  "name": "@autoguru/icons",
  "version": "1.8.22",
  "description": "Icons and illustrations that support product at AutoGuru",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/autoguru-au/icons.git"
  },
  "homepage": "https://github.com/autoguru-au/icons#readme",
  "bugs": {
    "url": "https://github.com/autoguru-au/icons/issues"
  },
  "files": [
    "dist",
    "icons"
  ],
  "sideEffects": false,
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "scripts": {
    "prebuild": "yarn run clean",
    "build": "yarn run generate && concurrently \"tsc -p tsconfig/cjs.json\" \"tsc -p tsconfig/esm.json\" && tsc --emitDeclarationOnly --declarationDir dist/types -d",
    "clean": "rimraf lib/*.tsx dist/",
    "format": "prettier --write \"**/*.+(js|jsx|ts|tsx|md)\"",
    "generate": "node scripts/build",
    "lint": "eslint \"scripts/**/*.{js,jsx,ts,tsx}\" --cache --quiet",
    "release": "changeset publish"
  },
  "lint-staged": {
    "*.{js}": [
      "eslint --cache --quiet --fix",
      "prettier --write",
      "git add"
    ],
    "package.json": [
      "npx sort-package-json",
      "prettier --write",
      "git add"
    ]
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "devDependencies": {
    "@autoguru/babel-preset": "^1.0.98",
    "@autoguru/commitlint-config": "^1.0.57",
    "@autoguru/eslint-plugin": "^1.1.3",
    "@autoguru/tsconfig": "^1.0.78",
    "@babel/core": "^7.12.16",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.12.16",
    "@changesets/cli": "^2.29.7",
    "@commitlint/cli": "^11.0.0",
    "@svgr/core": "^5.5.0",
    "@svgr/plugin-jsx": "^5.5.0",
    "@svgr/plugin-prettier": "^5.5.0",
    "change-case": "^4.1.2",
    "cheerio": "^1.0.0-rc.5",
    "concurrently": "^5.3.0",
    "dedent": "^0.7.0",
    "eslint": "^7.20.0",
    "fs-extra": "^9.1.0",
    "globby": "^11.0.2",
    "kleur": "^4.1.4",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "rimraf": "^3.0.2",
    "svgo": "^1.3.2",
    "typescript": "~4.1.5"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "volta": {
    "node": "22.22.2",
    "yarn": "1.22.19"
  },
  "engines": {
    "node": ">=20.17.0",
    "yarn": ">=1.22.0",
    "npm": "please-use-yarn"
  }
}
