{
  "name": "@formspark/use-formspark",
  "description": "React hooks for Formspark",
  "private": false,
  "version": "0.1.42",
  "author": "Bjorn Krols (https://formspark.io)",
  "license": "MIT",
  "keywords": [
    "formspark",
    "react",
    "react-hook"
  ],
  "homepage": "https://github.com/formspark/use-formspark#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formspark/use-formspark.git"
  },
  "bugs": {
    "url": "https://github.com/formspark/use-formspark/issues"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/use-formspark.esm.js",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "tsdx build",
    "lint": "tsdx lint src",
    "prepare": "husky install && tsdx build ",
    "start": "tsdx watch"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "all"
  },
  "dependencies": {
    "whatwg-fetch": "^3.6.20"
  },
  "devDependencies": {
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@types/whatwg-fetch": "0.0.33",
    "husky": "^8.0.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tsdx": "^0.14.1",
    "tslib": "^2.8.1",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  }
}
