{
  "name": "next-plugin-svgr",
  "author": "Frank Cooke",
  "license": "MIT",
  "version": "1.1.12",
  "description": "Next js plugin for SVGR",
  "keywords": [
    "next.js",
    "svg",
    "svgr",
    "webpack"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/platypusrex/next-plugin-svgr.git"
  },
  "bugs": {
    "url": "https://github.com/platypusrex/next-plugin-svgr/issues"
  },
  "main": "index.js",
  "files": [
    "types/*",
    "index.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@svgr/webpack": "^8.1.0",
    "file-loader": "^6.2.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.11",
    "@commitlint/cli": "^19.6.1",
    "@commitlint/config-conventional": "^19.6.0",
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.17.0",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^15.14.0",
    "husky": "^9.1.7",
    "prettier": "^3.4.2"
  },
  "scripts": {
    "lint": "eslint \"index.js\"",
    "lint:fix": "eslint --fix",
    "version": "changeset version",
    "release": "pnpm lint && changeset publish && git push --follow-tags"
  }
}