{
  "name": "cookie-es",
  "version": "3.1.1",
  "license": "MIT",
  "repository": "unjs/cookie-es",
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest --coverage",
    "lint": "oxlint . && oxfmt --check src test",
    "fmt": "automd && oxlint . --fix && oxfmt src test",
    "release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
    "test": "pnpm lint && vitest run --coverage"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^4.1.1",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "cookie": "^1.1.1",
    "eslint-config-unjs": "^0.6.2",
    "magic-string": "^0.30.21",
    "mitata": "^1.0.34",
    "obuild": "^0.4.32",
    "oxfmt": "^0.41.0",
    "oxlint": "^1.56.0",
    "rolldown": "1.0.0-rc.11",
    "typescript": "^6.0.2",
    "vitest": "^4.1.1"
  },
  "packageManager": "pnpm@10.32.1"
}