UNPKG

@datenkraft/bb-organization-structure-api-ts-client

Version:

The organization-structure API TS Client enables you to work with the organization-structure API

56 lines (55 loc) 1.56 kB
{ "name": "@datenkraft/bb-organization-structure-api-ts-client", "homepage": "https://bitbucket.org/datenkraft/bb-organization-structure-api-ts-client#readme", "version": "2.6.14", "description": "The organization-structure API TS Client enables you to work with the organization-structure API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "watch-build": "tsc -w", "test": "jest", "generate": "rimraf ./src/Generated/* && openapi-generator-cli generate", "lint": "eslint . --ext .ts", "lint-and-fix": "eslint . --ext .ts --fix" }, "files": [ "/dist" ], "keywords": [ "apiclient", "backbone", "typescript" ], "license": "MIT", "authors": [ { "name": "Datenkraft GmbH" } ], "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/datenkraft/bb-organization-structure-api-ts-client.git" }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.5.2", "@types/jest": "^29.5.0", "@types/node": "^16.10.3", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "form-data": "^4.0.0", "jest": "^29.5.0", "prettier": "^2.4.1", "ts-jest": "^29.0.5", "typescript": "^4.4.3", "rimraf": "^4.4.0" }, "dependencies": { "@datenkraft/bb-base-api-ts-client": "^1.0.3", "axios": "^1.3.4" } }