UNPKG

@citadelgroup/reporting-cli

Version:

Command line interface to develop custom reports for LeanIX EAM

84 lines (83 loc) 2.08 kB
{ "name": "@citadelgroup/reporting-cli", "version": "1.0.3", "description": "Command line interface to develop custom reports for LeanIX EAM", "preferGlobal": true, "main": "./lib/app.js", "bin": { "lxr": "./bin/lxr" }, "scripts": { "build": "tsc", "lint": "eslint src", "test": "jest", "test-install": "npm run build && npm -g install .", "prepare": "npm run build", "prepublishOnly": "npm run lint && npm test" }, "keywords": [ "leanix", "pathfinder", "eam", "custom-report", "reporting", "reporting-cli" ], "author": "LeanIX GmbH <support@leanix.net>, the Citadel Group developers", "license": "Apache-2.0", "engines": { "node": ">=8" }, "repository": { "type": "git", "url": "https://github.com/leanix/leanix-reporting-cli.git" }, "devDependencies": { "@leanix/import-sort-style": "^1.0.6", "@types/ejs": "^3.0.5", "@types/inquirer": "^7.3.1", "@types/jest": "^26.0.15", "@types/lodash": "^4.14.165", "@types/mkdirp": "^1.0.1", "@types/node": "^14.14.8", "@types/request-promise-native": "^1.0.17", "@types/rimraf": "^3.0.0", "@types/tar": "^4.0.4", "@typescript-eslint/eslint-plugin": "^4.8.1", "@typescript-eslint/parser": "^4.8.1", "eslint": "^7.13.0", "husky": "^4.3.0", "jest": "^26.6.3", "prettier": "2.2.0", "prettier-plugin-import-sort": "0.0.6", "pretty-quick": "^3.1.0", "ts-jest": "^26.4.4", "typescript": "^4.0.5" }, "dependencies": { "chalk": "^4.1.0", "commander": "^6.2.0", "cross-spawn": "^5.1.0", "ejs": "^3.1.5", "inquirer": "^7.3.3", "jwt-decode": "^2.2.0", "lodash": "^4.17.21", "mkdirp": "^1.0.4", "opn": "^5.5.0", "request": "^2.88.2", "request-promise-native": "^1.0.9", "rimraf": "^2.7.1", "tar": "^4.4.2" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "importSort": { ".js, .ts": { "style": "@leanix/import-sort-style", "parser": "typescript" } } }