{
  "name": "next-svg",
  "version": "1.0.7",
  "description": "This package lets you dynamic import your svg images as a Next.Js component as a parameter, with no problem at all.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "lint": "npx eslint .",
    "fix": "yarn run lint --fix",
    "compile": "npx tsc --outDir dist",
    "build": "yarn run fix && yarn run compile && cp ./index.d.ts ./dist/index.d.ts",
    "push": "yarn build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ifmcjthenknczny/next-svg.git"
  },
  "keywords": [
    "nextjs",
    "next.js",
    "svg",
    "icon",
    "icons",
    "react",
    "react.js",
    "nextjs",
    "reactjs",
    "component",
    "svgs",
    "next",
    "image",
    "images",
    "image component",
    "svg component"
  ],
  "author": "Maciej Konieczny @ifmcjthenknczny",
  "license": "ISC",
  "dependencies": {
    "@svgr/webpack": "^8.1.0",
    "next": "^14.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/react": "^18.2.55",
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "eslint": "^8.56.0",
    "eslint-plugin-react": "^7.33.2",
    "typescript": "^5.3.3"
  }
}
