{
  "name": "@amos.com/node",
  "version": "0.1.65",
  "description": "Node.js client for the Amos Pay API.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "openapi/schema.ts",
    "src"
  ],
  "scripts": {
    "biome": "biome check --write",
    "lint": "biome check",
    "ci": "npm run typecheck && npm run lint && npm run build",
    "build": "NODE_OPTIONS=\"--require ./scripts/typescript6-api.cjs\" tsup",
    "watch": "NODE_OPTIONS=\"--require ./scripts/typescript6-api.cjs\" tsup --watch",
    "typecheck": "node ./node_modules/typescript/bin/tsc --noEmit",
    "generate": "git -C ../openapi pull && rm -rf openapi/schema.ts && NODE_OPTIONS=\"--require ./scripts/typescript6-api.cjs\" openapi-typescript ../openapi/amos/openapi.public.yaml --output openapi/schema.ts --enum-values",
    "prepack": "npm run build",
    "changeset": "changeset",
    "version": "changeset version",
    "release": "npm run build && changeset publish"
  },
  "keywords": [
    "amos",
    "payment processing",
    "credit cards",
    "api"
  ],
  "author": "Amos",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amos/amos-node.git"
  },
  "bugs": {
    "url": "https://github.com/amos/amos-node/issues"
  },
  "homepage": "https://github.com/amos/amos-node#readme",
  "dependencies": {
    "openapi-fetch": "0.17.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.14",
    "@changesets/cli": "3.0.3",
    "@types/node": "26.6.2",
    "@typescript/typescript6": "6.0.2",
    "openapi-typescript": "7.13.0",
    "tsup": "8.5.1",
    "typescript": "7.0.2"
  },
  "overrides": {
    "openapi-typescript": {
      "typescript": "$typescript"
    }
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
