{
  "name": "@k1eu/typed-formdata",
  "version": "0.9.1",
  "description": "A typed version of FormData",
  "keywords": [
    "FormData",
    "forms",
    "form",
    "request",
    "typed"
  ],
  "author": "Tomasz Kielar <dev@k1eu.dev>",
  "repository": {
    "type": "git",
    "url": "https://github.com/k1eu/typed-formdata.git"
  },
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.2.0",
    "typescript": "^5.5.4"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --outDir dist --project tsconfig.lib.json"
  }
}