{
  "name": "repzo-quickbooks",
  "description": "repzo quickbooks integration",
  "version": "0.1.24",
  "homepage": "",
  "main": "./lib/index.js",
  "keywords": [
    "quickbooks",
    "repzo"
  ],
  "author": {
    "name": "ahmedkhaled4d",
    "email": "ahmed.khaled@repzoapp.com"
  },
  "contributors": [],
  "type": "module",
  "bugs": {},
  "directories": {},
  "engines": {},
  "scripts": {
    "lint": "npx --yes prettier --write .",
    "build": "tsc --skipLibCheck && npm run lint",
    "test_command": "tsc && npm run lint && node ./lib/tests/test_command.js",
    "test_action": "tsc && npm run lint && node ./lib/tests/test_action.js",
    "test_invoice": "tsc && npm run lint && node ./lib/tests/test_invoice.js",
    "test_return": "tsc && npm run lint && node ./lib/tests/test_return.js",
    "test_payment": "tsc && npm run lint && node ./lib/tests/test_payment.js",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "build": "tsc",
  "devDependencies": {
    "@babel/parser": "^7.16.6",
    "@types/aws-lambda": "^8.10.93",
    "@types/jsonwebtoken": "^8.5.8",
    "@types/mocha": "^9.0.0",
    "@types/node": "^18.19.130",
    "@types/uuid": "^8.3.4",
    "mocha": "^9.1.3",
    "prettier": "^2.5.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "jsonwebtoken": "^8.5.1",
    "moment-timezone": "^0.5.40",
    "repzo": "^1.0.269",
    "uuid": "^8.3.2"
  }
}
