{
  "name": "next-nprogress-bar",
  "version": "2.4.7",
  "description": "NextJS progress bar compatible with new app directory",
  "repository": {
    "type": "git",
    "url": "https://github.com/Skyleen77/bprogress.git"
  },
  "bugs": {
    "url": "https://github.com/Skyleen77/bprogress/issues"
  },
  "homepage": "https://bprogress.vercel.app/",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "next",
    "nextjs",
    "next js",
    "react",
    "nprogress",
    "progress bar",
    "progress bar app directory"
  ],
  "author": "Skyleen",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.1.2",
    "@types/react": "^18.2.6",
    "@types/react-dom": "^18.2.4",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "eslint": "^8.57.0",
    "eslint-config-next": "^14.2.5",
    "next": "^14.2.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^3.21.6",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "nprogress-v2": "^1.0.4"
  },
  "scripts": {
    "build": "rollup -c --bundleConfigAsCjs",
    "start": "rollup -c -w --bundleConfigAsCjs"
  }
}