{
  "name": "@katalon/testops-api",
  "version": "1.0.1",
  "description": "OpenAPI client for TestOps",
  "author": "Katalon, LLC. (https://www.katalon.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/katalon-studio/testops-api-js.git"
  },
  "keywords": [
    "axios",
    "typescript",
    "openapi-client",
    "openapi-generator",
    "testops-api"
  ],
  "license": "SEE LICENSE IN https://github.com/katalon-studio/utils/blob/master/LICENSE",
  "bugs": {
    "url": "https://github.com/katalon-studio/testops-api-js/issues"
  },
  "homepage": "https://github.com/katalon-studio/testops-api-js",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist/",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "axios": "^0.21.1"
  },
  "devDependencies": {
    "@types/node": "^12.11.5",
    "typescript": "^3.6.4"
  }
}
