optimize-api-client
Version:
A Node.js client for interacting with the Camunda 8 Optimize API
37 lines (36 loc) • 996 B
JSON
{
"name": "optimize-api-client",
"version": "1.0.4",
"description": "A Node.js client for interacting with the Camunda 8 Optimize API",
"main": "dist/index.js",
"scripts": {
"test": "jest --detectOpenHandles",
"build": "tsc --project tsconfig.build.json",
"docs": "typedoc src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camunda-community-hub/optimize-client-node-js.git"
},
"keywords": [
"Camunda"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/camunda-community-hub/optimize-client-node-js/issues"
},
"homepage": "https://github.com/camunda-community-hub/optimize-client-node-js#readme",
"devDependencies": {
"@types/jest": "^29.2.4",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typedoc": "^0.23.21",
"typescript": "^4.9.3"
},
"dependencies": {
"camunda-8-credentials-from-env": "^1.1.1",
"camunda-saas-oauth": "^1.2.4",
"got": "^11.8.5"
}
}