{
  "name": "@formspree/core",
  "version": "3.0.1",
  "private": false,
  "description": "The core library for Formspree",
  "homepage": "https://formspree.io",
  "bugs": {
    "url": "https://github.com/formspree/formspree-core/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/formspree/formspree-core.git"
  },
  "license": "MIT",
  "author": "Derrick Reimer",
  "contributors": [
    "Derrick Reimer",
    "Cole Krumbholz",
    "Ismail Ghallou"
  ],
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --minify",
    "clean": "rm -rf dist && rm -rf node_modules",
    "dev": "tsup src/index.ts --format esm,cjs --dts --sourcemap --watch",
    "lint": "eslint ./src ./test",
    "test": "jest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@stripe/stripe-js": "^1.35.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
