{
  "name": "@targetprocess/tp-js-client",
  "version": "1.5.1",
  "description": "Client for access Targetprocess Api",
  "main": "bin/index.js",
  "private": false,
  "scripts": {
    "test": "jest",
    "lint": "eslint --quiet --ext .ts .",
    "build": "npm run clean:bin && tsc --pretty",
    "clean:maps": "rimraf bin/**/*.js.map",
    "clean:tests": "rimraf bin/**/*.spec.js*",
    "clean:bin": "rimraf bin",
    "client:generate": "nswag run nswag.json /runtime:Net60"
  },
  "keywords": [
    "client"
  ],
  "author": "rkozachenko@apptio.com",
  "license": "ISC",
  "typings": "bin/index.d.ts",
  "devDependencies": {
    "@targetprocess/tokiny": "^3.3.0",
    "@tsconfig/node12": "^1.0.9",
    "@types/jest": "^27.0.1",
    "@types/lodash": "^4.14.178",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.29.2",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-security": "^1.4.0",
    "got-fetch": "^4.0.1",
    "jest": "^27.0.6",
    "js-yaml-cli": "^0.6.0",
    "nswag": "^13.15.2",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.5",
    "typescript": "^4.3.5"
  },
  "dependencies": {},
  "files": [
    "bin",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/bin/"
    ]
  }
}
