{
  "name": "xero-hero",
  "version": "0.7.1",
  "description": "",
  "files": [
    "dist",
    "package.json"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup ./src",
    "test": "jest --coverage",
    "test:watch": "npm test -- --watch",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tewen/xero-hero.git"
  },
  "keywords": [
    "Xero",
    "Accounting",
    "Finance"
  ],
  "author": "Trevor Ewen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tewen/xero-hero/issues"
  },
  "homepage": "https://github.com/tewen/xero-hero#readme",
  "peerDependencies": {
    "xero-node": "^4.36.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/luxon": "^3.3.2",
    "@types/qs": "^6.9.8",
    "@types/uuid": "^9.0.5",
    "eslint-config-ethang": "^11.0.0",
    "eslint-plugin-jest": "^27.4.0",
    "jest": "^29.7.0",
    "luxon": "^3.4.3",
    "ts-jest": "^29.1.1",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2",
    "uuid": "^9.0.1",
    "xero-node": "^4.36.0"
  },
  "dependencies": {
    "deep-cuts": "^2.8.0",
    "qs": "^6.11.2",
    "tranquil-stream": "^0.1.0"
  }
}
