{
  "name": "@tinyhttp/etag",
  "version": "2.1.2",
  "type": "module",
  "description": "entity tag module",
  "homepage": "https://tinyhttp.v1rtl.site",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinyhttp/tinyhttp.git",
    "directory": "packages/etag"
  },
  "bugs": {
    "url": "https://github.com/tinyhttp/tinyhttp/issues"
  },
  "types": "./dist/index.d.ts",
  "exports": "./dist/index.js",
  "keywords": [
    "tinyhttp",
    "node.js",
    "web framework",
    "web",
    "backend",
    "etag"
  ],
  "engines": {
    "node": ">=12.20.0"
  },
  "author": "v1rtl",
  "license": "MIT",
  "dependencies": {},
  "scripts": {
    "dev": "vite",
    "build": "vite build"
  }
}