{
  "name": "koa-cookies",
  "description": "Set, clear, and parse cookies in your Koa application",
  "version": "5.1.0",
  "author": {
    "name": "Autumn Z"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "prebuild": "npm t",
    "preversion": "npm run build",
    "test": "sortpack && run-s test:ts test:lint test:tape",
    "test:lint": "ts-standard src/",
    "test:tape": "ts-node node_modules/.bin/tape src/index.test.ts | tap-spec",
    "test:ts": "tsc --noEmit"
  },
  "homepage": "https://github.com/zautumnz/koa-cookies#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/zautumnz/koa-cookies.git"
  },
  "bugs": "https://github.com/zautumnz/koa-cookies/issues",
  "keywords": [
    "cookie",
    "cookies",
    "koa"
  ],
  "engines": {
    "node": ">=24.0.0"
  },
  "devDependencies": {
    "@types/koa": "3.0.1",
    "@types/node": "24.9.2",
    "koa": "3.1.1",
    "npm-run-all": "4.1.5",
    "sortpack": "3.0.0",
    "supertest": "7.1.4",
    "tap-spec": "5.0.0",
    "tape": "5.9.0",
    "ts-node": "10.9.2",
    "ts-standard": "12.0.2",
    "typescript": "5.9.3"
  }
}
