{
  "name": "@tinyhttp/encode-url",
  "version": "2.1.1",
  "description": "encode-url rewrite in TypeScript",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": "./dist/index.js",
  "homepage": "https://tinyhttp.v1rtl.site",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinyhttp/tinyhttp.git",
    "directory": "packages/cors"
  },
  "keywords": [
    "tinyhttp",
    "node.js",
    "web framework",
    "web",
    "backend",
    "cors"
  ],
  "engines": {
    "node": ">=12.20.0"
  },
  "author": "v1rtl",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build"
  }
}