UNPKG

@lifeomic/cli

Version:

CLI for interacting with the LifeOmic PHC API.

74 lines (73 loc) 1.81 kB
{ "name": "@lifeomic/cli", "version": "14.0.0", "description": "CLI for interacting with the LifeOmic PHC API.", "main": "lo.js", "author": "LifeOmic <development@lifeomic.com>", "license": "MIT", "engines": { "node": ">= 12.0.0" }, "bin": { "lo": "./lo.js" }, "scripts": { "presetup": "yarn", "prelint": "yarn --network-timeout 1000000", "lint": "eslint .", "pretest": "yarn lint", "test": "ava --serial --verbose test/unit", "build": "./build.sh" }, "dependencies": { "axios": "^1.6.0", "axios-retry": "^3.1.2", "chalk": "^2.4.2", "cli-progress": "^1.8.0", "columnify": "^1.5.4", "configstore": "^3.1.2", "copy-paste": "^1.3.0", "debug": "^3.2.6", "execa": "^4.0.0", "get-stdin": "^6.0.0", "inquirer": "^5.2.0", "jmespath": "^0.15.0", "js-yaml": "^3.13.1", "jsome": "^2.5.0", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.11", "mkdirp": "^0.5.1", "moment": "^2.29.1", "open": "^7.0.2", "prettyoutput": "^1.2.0", "queue": "^4.5.1", "recursive-readdir": "^2.2.2", "stoppable": "^1.1.0", "stream-chain": "^2.1.0", "stream-csv-as-json": "^1.0.1", "stream-json": "^1.2.1", "uuid": "^3.3.2", "yargs": "^12.0.5" }, "devDependencies": { "@lifeomic/eslint-plugin-node": "^1.3.0", "ava": "^0.25.0", "axios-mock-adapter": "^1.19.0", "conventional-changelog-conventionalcommits": "^4.6.3", "eslint": "^4.19.1", "memory-streams": "^0.1.3", "pkg": "^4.4.3", "proxyquire": "^2.1.0", "semantic-release": "^19.0.2", "sinon": "^4.5.0" }, "eslintConfig": { "extends": "plugin:@lifeomic/node/recommended" }, "publishConfig": { "access": "public" }, "pkg": { "scripts": "lib/**/*.js" } }