{
  "name": "nextjs-toploader",
  "version": "3.9.17",
  "description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 15 and Next.js 14 and React.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build-lib": "tsup",
    "lint": "eslint --fix --cache src/",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "typecheck": "tsc -p tsconfig.json"
  },
  "exports": {
    ".": "./dist/index.js",
    "./app": "./dist/app.js",
    "./pages": "./dist/pages.js"
  },
  "funding": {
    "url": "https://buymeacoffee.com/thesgj"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheSGJ/nextjs-toploader.git"
  },
  "keywords": [
    "Next",
    "Next TopLoader",
    "Next.js",
    "Next.js 15",
    "Next.js 14",
    "Next.js 13",
    "Nprogress",
    "React",
    "Top Loading Bar",
    "Progressbar"
  ],
  "author": "Shri Ganesh Jha",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TheSGJ/nextjs-toploader/issues"
  },
  "homepage": "https://github.com/TheSGJ/nextjs-toploader#readme",
  "files": [
    "dist/**/*.js*",
    "dist/**/*.mjs*",
    "dist/**/*.d*"
  ],
  "devDependencies": {
    "@types/node": "^18.14.6",
    "@types/nprogress": "^0.2.2",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "@typescript-eslint/parser": "^5.54.0",
    "eslint": "^8.35.0",
    "next": "^13.2.3",
    "prettier": "^2.8.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tsup": "^6.6.3",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "next": ">= 6.0.0",
    "react": ">= 16.0.0",
    "react-dom": ">= 16.0.0"
  },
  "packageManager": "yarn@3.2.4",
  "dependencies": {
    "nprogress": "^0.2.0",
    "prop-types": "^15.8.1"
  }
}
