{
  "name": "qase-api-client",
  "version": "1.1.7",
  "description": "Qase TMS Javascript API V1 Client",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/qase-tms/qase-javascript",
  "bugs": {
    "url": "https://github.com/qase-tms/qase-javascript/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qase-tms/qase-javascript.git"
  },
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "build": "npm run clean && tsc --project tsconfig.build.json",
    "lint": "true",
    "test": "jest --passWithNoTests",
    "clean": "rm -rf dist"
  },
  "author": "Qase Team <support@qase.io>",
  "license": "Apache-2.0",
  "dependencies": {
    "axios": "^1.15.0",
    "axios-retry": "^4.5.0"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.14",
    "axios-mock-adapter": "^1.22.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.4.5",
    "typescript": "^5.9.3"
  }
}
