{
  "name": "nextjs13-progress",
  "version": "1.4.2",
  "description": "An implementation of n-progress for use with the Next.js 13 app router.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js*",
    "dist/**/*.mjs*",
    "dist/**/*.d*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsup",
    "lint": "eslint . --ext .ts,.tsx"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/designly1/nextjs13-progress"
  },
  "keywords": [
    "Nextjs",
    "13",
    "app",
    "router",
    "progress",
    "nextnprogress",
    "nextprogress"
  ],
  "author": {
    "name": "Jay Simons",
    "url": "https://jay.designly.biz"
  },
  "contributors": [
    {
      "name": "Steven McCoy",
      "url": "https://github.com/gamma613"
    },
    {
      "name": "Abdul Rahim",
      "url": "https://github.com/Abdulrahim2567"
    }
  ],
  "license": "MIT",
  "peerDependencies": {
    "next": ">=13.4",
    "react": ">=17.0.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@types/jest": "^29.5.11",
    "@types/node": "^25.2.0",
    "@types/prop-types": "^15.7.11",
    "@types/react": "^19.2.10",
    "@types/react-dom": "^19.2.3",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "eslint": "^9.39.2",
    "eslint-config-next": "^16.1.6",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "jest": "^29.7.0",
    "next": "^16.1.6",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@types/nprogress": "^0.2.3",
    "nprogress": "^0.2.0",
    "prop-types": "^15.8.1"
  }
}