{
  "name": "@mfosorio/tapis-typescript",
  "version": "0.0.30",
  "description": "TypeScript bindings for tapis.io api",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "generate": "./generate_all.sh",
    "build-services": "./build-services.sh",
    "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
    "e2e": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha --timeout 10000 -r ts-node/register 'e2e/**.ts'",
    "prepare": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapis-project/tapis-typescript.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tapis-project/tapis-typescript/issues"
  },
  "homepage": "https://github.com/tapis-project/tapis-typescript#readme",
  "dependencies": {
    "@tapis/tapis-typescript-actors": "^0.0.3",
    "@tapis/tapis-typescript-apps": "^0.0.8",
    "@tapis/tapis-typescript-authenticator": "^0.0.2",
    "@tapis/tapis-typescript-files": "^0.0.3",
    "@mfosorio/tapis-typescript-jobs": "^0.0.5",
    "@tapis/tapis-typescript-streams": "^0.0.4",
    "@tapis/tapis-typescript-systems": "^0.0.3",
    "@tapis/tapis-typescript-tenants": "^0.0.2",
    "@tapis/tapis-typescript-workflows": "^0.0.10",
    "@tapis/tapis-typescript-pods": "^0.0.2",
    "@tapis/tapis-typescript-mlhub-models": "^0.0.1",
    "@tapis/tapis-typescript-notifications": "^0.0.1",
    "@types/mocha": "^9.0.0"
  },
  "devDependencies": {
    "@openapitools/openapi-generator-cli": "^2.2.4",
    "@types/chai": "^4.2.16",
    "@types/jest": "^26.0.22",
    "@types/node": "^15.14.9",
    "chai": "^4.3.4",
    "cross-fetch": "^3.1.4",
    "dotenv": "^8.2.0",
    "js-yaml": "^4.0.0",
    "mocha": "^8.3.2",
    "ts-node": "^9.1.1",
    "typescript": "~3.8.0"
  }
}
