{
  "name": "@center-inc/api-client",
  "version": "1.1.13",
  "description": "API client for center.dev",
  "publishConfig": {
    "access": "public"
  },
  "source": "./index.ts",
  "exports": {
    "require": "./dist/api-client.js",
    "default": "./dist/api-client.modern.mjs"
  },
  "main": "dist/api-client.js",
  "module": "dist/api-client.module.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "license": "Apache-2.0",
  "homepage": "https://center.dev",
  "author": "Center Pixel, Inc <opensource@center.app>",
  "keywords": [
    "nft",
    "web3",
    "center",
    "center-dev"
  ],
  "scripts": {
    "build": "pnpm clean && pnpm codegen && microbundle build -f es,cjs,modern --pkg-main",
    "codegen:lint": "pnpm prettier --write src",
    "codegen": "mkdir -p src/gen && openapi --input './openapi.json' --output './src/gen' --name CenterClient --useOptions",
    "dev": "vite",
    "lint": "eslint .",
    "preview": "vite preview",
    "test": "jest",
    "watch": "pnpm rollup -c --watch",
    "clean": "rimraf dist/"
  },
  "devDependencies": {
    "@center-inc/eslint-config": "workspace:*",
    "@testing-library/dom": "^8.17.1",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.0.2",
    "@types/node-fetch": "^2.6.2",
    "@types/node": "^18.7.6",
    "@types/testing-library__jest-dom": "^5.14.5",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^27.3.1",
    "node-fetch": "^3.2.10",
    "openapi-typescript-codegen": "^0.22",
    "ts-jest": "~27.1.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.3.2",
    "whatwg-fetch": "^3.6.2"
  },
  "dependencies": {
    "form-data": "^4.0.0",
    "headers-polyfill": "^3.0.10"
  }
}
