{
  "name": "organizze-api-sdk",
  "version": "1.0.8",
  "description": "TypeScript/JavaScript SDK for Organizze API - Manage your personal finances programmatically with type-safe access to bank accounts, transactions, budgets, categories, and credit cards",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "docs/**/*",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "prepare": "npm run build",
    "test": "npm run test:unit",
    "test:unit": "node --import tsx --test 'tests/unit/**/*.test.ts'",
    "test:integration": "node --import tsx --test 'tests/integration/**/*.test.ts'",
    "test:all": "node --import tsx --test 'tests/**/*.test.ts'",
    "test:watch": "node --import tsx --test --watch 'tests/unit/**/*.test.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rhuanbarreto/organizze-api-sdk.git",
    "directory": "clients/typescript"
  },
  "keywords": [
    "organizze",
    "api",
    "sdk",
    "client",
    "typescript",
    "javascript",
    "personal-finance",
    "finance",
    "budget",
    "budgeting",
    "transactions",
    "bank-account",
    "credit-card",
    "financial-management",
    "rest-api",
    "openapi",
    "brazil",
    "brazilian",
    "finance-api",
    "money-management"
  ],
  "author": {
    "name": "Rhuan Barreto",
    "url": "https://rhuan.com.br"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/rhuanbarreto/organizze-api-sdk/issues"
  },
  "homepage": "https://github.com/rhuanbarreto/organizze-api-sdk/tree/main/clients/typescript#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "dotenv": "^16.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.0.4"
  }
}
