{
  "name": "@formspark/formson",
  "description": "FormData to JSON converter",
  "private": false,
  "version": "0.4.0",
  "author": "Bjorn Krols (https://formspark.io)",
  "license": "MIT",
  "keywords": [
    "form data",
    "form",
    "formdata",
    "json"
  ],
  "homepage": "https://github.com/formspark/formson#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formspark/formson.git"
  },
  "bugs": {
    "url": "https://github.com/formspark/formson/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "unpkg": "dist/index.global.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "format": "prettier --write . --ignore-path .gitignore",
    "test": "vitest run",
    "typecheck": "tsc"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.10",
    "prettier": "^3.9.6",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "overrides": {
    "esbuild": "^0.28.1"
  }
}
