{
    "name": "alks",
    "version": "3.24.6",
    "description": "CLI for working with ALKS",
    "main": "dist/src/bin/alks.js",
    "scripts": {
        "test": "jest --watch --collect-coverage",
        "prettier": "prettier --write",
        "tslint": "tslint --fix --force",
        "prepare": "husky install",
        "clean": "rimraf dist/",
        "prebuild": "npm run clean",
        "build": "tsc",
        "postbuild": "shx cp changelog.txt dist/",
        "coverage": "CI=true npm test -- a --no-watch --coverageDirectory=../coverage"
    },
    "engines": {
        "node": ">=16.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Cox-Automotive/ALKS-CLI.git"
    },
    "license": "MIT",
    "preferGlobal": true,
    "bin": {
        "alks": "dist/src/bin/alks.js"
    },
    "author": {
        "name": "Cox Automotive",
        "email": "brian.antonelli@coxautoinc.com",
        "url": "https://github.com/Cox-Automotive/"
    },
    "bugs": {
        "url": "https://github.com/Cox-Automotive/ALKS-CLI/issues"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/Cox-Automotive/ALKS-CLI/blob/master/COPYING"
        }
    ],
    "keywords": [
        "alks"
    ],
    "dependencies": {
        "@google-analytics/data": "^4.12.0",
        "alks.js": "^2.14.0",
        "axios": "^1.7.9",
        "cli-color": "^2.0.0",
        "cli-table3": "^0.5.0",
        "commander": "^9.4.0",
        "crypto": "0.0.3",
        "fuzzy": "^0.1.1",
        "ini": "^2.0.0",
        "inquirer": "^8.2.7",
        "inquirer-autocomplete-prompt": "^2.0.1",
        "lodash": "^4.17.21",
        "lokijs": "^1.5.1",
        "memoizee": "^0.4.15",
        "moment": "^2.13.0",
        "node-netrc": "^0.1.0",
        "npm-registry-fetch": "^18.0.2",
        "open": "^8.2.0",
        "prop-ini": "0.0.2",
        "semver": "^5.3.0",
        "tabtab": "^3.0.2",
        "tslib": "^2.3.1",
        "underscore": "^1.13.1"
    },
    "devDependencies": {
        "@babel/core": "^7.14.0",
        "@babel/preset-env": "^7.14.0",
        "@babel/preset-typescript": "^7.13.0",
        "@types/cli-color": "^2.0.0",
        "@types/express": "^4.17.11",
        "@types/express-list-endpoints": "^4.0.1",
        "@types/ini": "^1.3.30",
        "@types/inquirer": "^7.3.1",
        "@types/jest": "^26.0.24",
        "@types/lokijs": "^1.5.4",
        "@types/memoizee": "^0.4.8",
        "@types/mocha": "^10.0.10",
        "@types/node": "^15.14.9",
        "@types/npm-registry-fetch": "^8.0.7",
        "@types/semver": "^7.3.5",
        "@types/tabtab": "^3.0.1",
        "@types/underscore": "^1.11.2",
        "@types/universal-analytics": "^0.4.4",
        "babel-jest": "^29.2.2",
        "chai": "^3.5.0",
        "husky": "^6.0.0",
        "jest": "^29.2.2",
        "lint-staged": "^10.5.4",
        "mocha": "^10.0.0",
        "nyc": "^15.1.0",
        "prettier": "^2.2.1",
        "rimraf": "^5.0.5",
        "shx": "^0.3.4",
        "ts-jest": "^29.0.3",
        "ts-node": "^10.8.1",
        "tslint": "^6.1.3",
        "tslint-config-prettier": "^1.18.0",
        "typescript": "^4.7.4"
    },
    "optionalDependencies": {
        "express": "^4.17.1",
        "express-list-endpoints": "^3.0.1",
        "forever": "^1.0.1",
        "keytar": "^7.7.0"
    },
    "lint-staged": {
        "src/**/*.{js,ts,json,md}": [
            "tslint --fix --force",
            "prettier --write"
        ]
    },
    "prettier": {
        "singleQuote": true,
        "semi": true,
        "arrowParens": "always",
        "endOfLine": "lf",
        "trailingComma": "es5"
    }
}
