{
  "name": "cookies-next",
  "version": "4.3.0",
  "description": "Getting, setting and removing cookies on both client and server with next.js",
  "main": "lib/index.js",
  "type": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "pretty": "npx prettier . --write"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andreizanik/cookies-next.git"
  },
  "keywords": [
    "js",
    "cookies",
    "cookie",
    "next",
    "next.js",
    "nextjs",
    "destory",
    "parse",
    "create",
    "ssr",
    "auth"
  ],
  "author": {
    "name": "Andrei Zanouski",
    "email": "andreizanik@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andreizanik/cookies-next/issues"
  },
  "homepage": "https://github.com/andreizanik/cookies-next#readme",
  "dependencies": {
    "cookie": "^0.7.0",
    "@types/cookie": "^0.6.0"
  },
  "devDependencies": {
    "@types/node": "^16.10.2",
    "next": "^13.4.19",
    "prettier": "^3.0.2",
    "typescript": "^4.4.3"
  }
}
