{
  "name": "nextjs-progressbar",
  "version": "0.0.16",
  "description": "Nprogress component for Next.js app.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "prepack": "npm run build",
    "lint": "eslint --fix --cache src/",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "typecheck": "tsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apal21/nextjs-progressbar.git"
  },
  "keywords": [
    "Nprogress",
    "Next",
    "Next.js",
    "Progressbar"
  ],
  "author": "Apal Shah",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apal21/nextjs-progressbar/issues"
  },
  "homepage": "https://github.com/apal21/nextjs-progressbar#readme",
  "files": [
    "dist/**/*.js*",
    "dist/**/*.mjs*",
    "dist/**/*.d*"
  ],
  "peerDependencies": {
    "next": ">= 6.0.0",
    "react": ">= 16.0.0"
  },
  "dependencies": {
    "@types/nprogress": "^0.2.0",
    "nprogress": "^0.2.0",
    "prop-types": "^15.8.1"
  },
  "devDependencies": {
    "@types/node": "^18.8.4",
    "@types/react": "^18.0.21",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "eslint": "^8.25.0",
    "next": "^12.3.1",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "tsup": "^6.2.3",
    "typescript": "^4.8.4"
  },
  "packageManager": "yarn@3.2.4"
}
