{
  "name": "nextjs-current-url",
  "version": "1.0.3",
  "description": "",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "prebuild": "rimraf dist"
  },
  "keywords": [
    "next",
    "nextjs",
    "absolute",
    "current",
    "url",
    "link"
  ],
  "files": [
    "dist/",
    "package.json",
    "README.md"
  ],
  "author": {
    "name": "Ayibatari Ibaba",
    "email": "tariibabadev@gmail.com",
    "url": "https://github.com/tariibaba"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/codingbeautydev/nextjs-current-url"
  },
  "homepage": "https://github.com/codingbeautydev/nextjs-current-url#readme",
  "license": "MIT",
  "dependencies": {
    "next": "^13.4.7",
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@types/node": "^20.3.1",
    "@types/react": "^18.2.12",
    "rimraf": "^5.0.1",
    "typescript": "^5.1.3"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./server": {
      "import": {
        "types": "./dist/server.d.ts",
        "default": "./dist/server.js"
      }
    }
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "np": {
    "tests": false,
    "2fa": false
  }
}
