{
  "name": "next-universal-cookie",
  "version": "3.1.0",
  "description": "🍪 Provides way to read, set and delete a cookie for Next.js",
  "keywords": [
    "cookie",
    "next.js"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prebuild": "rm -rf dist",
    "prepublishOnly": "npm run build",
    "postbuild": "sed '/assertType/d' dist/lib/next-universal-cookie.js > tmp.js && mv tmp.js dist/lib/next-universal-cookie.js"
  },
  "dependencies": {
    "@types/cookie": "^0.5.1",
    "cookie": "^0.4.1"
  },
  "devDependencies": {
    "@types/react-dom": "^17.0.7",
    "next": "^10.1.3",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "next": ">=9.5"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nghiepit/next-universal-cookie.git"
  },
  "bugs": {
    "url": "https://github.com/nghiepit/next-universal-cookie/issues"
  },
  "homepage": "https://github.com/nghiepit/next-universal-cookie",
  "author": "Nghiep <me@nghiepit.dev>",
  "license": "MIT"
}
