@petarmihaylov/node-raas
Version:
A tiny library and CLI for interacting with the Reports as a Service - RAAS - API from UKG - Ultimate Kronos Group. This project is maintained by the team behind RaasTastic and the community. It provides a balanced set of features that should suit a broad
92 lines (91 loc) • 3.02 kB
JSON
{
"name": "@petarmihaylov/node-raas",
"description": "A tiny library and CLI for interacting with the Reports as a Service - RAAS - API from UKG - Ultimate Kronos Group. This project is maintained by the team behind RaasTastic and the community. It provides a balanced set of features that should suit a broad range of use-cases of the Reports as a Service API from UKG. For a production-ready, feature-rich solution that supports advanced use cases like support for long-running reports and executing reports with parameters, consider using RaasTastic. Run 'node-raas raastastic' or https://raastastic.com/ to learn more. NOTE: node-raas is not endorsed and not maintained by UKG. Support requests for node-raas should be directed to the developer and contributors and not UKG or the UKG support team.",
"version": "0.0.20",
"author": "Petar Mihaylov @petarmihaylov",
"bin": {
"node-raas": "./bin/run"
},
"bugs": "https://github.com/petarmihaylov/node-raas/issues",
"dependencies": {
"@oclif/config": "^1",
"@oclif/core": "^1",
"@oclif/plugin-autocomplete": "^1.2.0",
"@oclif/plugin-help": "^3",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-update": "^3.0.0",
"chalk": "^4.1.2",
"cli-ux": "^5.6.3",
"dotenv": "^16.0.0",
"inquirer": "^8.2.0",
"soap": "^0.43.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@oclif/test": "^2",
"@types/chai": "^4",
"@types/inquirer": "^8.2.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.4",
"@types/sax": "^1.2.4",
"@types/uuid": "^8.3.4",
"chai": "^4",
"eslint": "^7.32.0",
"eslint-config-oclif": "^4",
"eslint-config-oclif-typescript": "^1.0.2",
"globby": "^11",
"mocha": "^9",
"nyc": "^14",
"oclif": "^2",
"shx": "^0.3.3",
"ts-node": "^10.2.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/petarmihaylov/node-raas",
"keywords": [
"oclif",
"raas",
"ukg"
],
"license": "MIT",
"main": "dist/index.js",
"oclif": {
"commands": "./dist/commands",
"macos": {
"identifier": "com.node-raas.cli"
},
"bin": "node-raas",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-autocomplete",
"@oclif/plugin-not-found",
"@oclif/plugin-update"
],
"update": {
"s3": {
"bucket": "petarmihaylov-node-raas"
}
}
},
"repository": "petarmihaylov/node-raas",
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"lint": "eslint . --ext .ts --config .eslintrc",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && oclif readme",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
},
"types": "dist/index.d.ts"
}