{
  "name": "@spoosh/core",
  "version": "0.18.3",
  "license": "MIT",
  "description": "Type-safe API toolkit with plugin middleware system",
  "keywords": [
    "spoosh",
    "api-toolkit",
    "fetch",
    "typescript",
    "middleware",
    "plugins",
    "type-safe"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spooshdev/spoosh.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/spooshdev/spoosh/issues"
  },
  "homepage": "https://spoosh.dev/docs/react/core",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src --max-warnings 0",
    "format": "prettier --write 'src/**/*.ts' '*.md'"
  }
}