{
    "name": "aral-vps-test",
    "version": "1.0.34",
    "author": "11arn11",
    "bin": {
        "aral": "./bin/run"
    },
    "bugs": "https://github.com/11arn11/aral-vps-test/issues",
    "dependencies": {
        "@oclif/command": "^1.5.13",
        "@oclif/config": "^1.13.0",
        "@oclif/plugin-help": "^2.1.6",
        "app-root-path": "^3.0.0",
        "cli-ux": "^5.2.1",
        "execa": "^1.0.0",
        "fs-extra": "^8.0.1",
        "git-url-parse": "^11.1.2",
        "listr": "^0.14.3",
        "os": "^0.1.1",
        "s": "^0.1.1",
        "shelljs": "^0.8.3",
        "tslib": "^1.9.3"
    },
    "devDependencies": {
        "@oclif/dev-cli": "^1.22.0",
        "@oclif/test": "^1.2.4",
        "@oclif/tslint": "^3.1.1",
        "@types/chai": "^4.1.7",
        "@types/execa": "^0.9.0",
        "@types/fs-extra": "^7.0.0",
        "@types/git-url-parse": "^9.0.0",
        "@types/listr": "^0.14.0",
        "@types/mocha": "^5.2.6",
        "@types/node": "^10.14.7",
        "@types/shelljs": "^0.8.5",
        "chai": "^4.2.0",
        "globby": "^8.0.2",
        "mocha": "^5.2.0",
        "nyc": "^14.1.1",
        "ts-node": "^8.2.0",
        "tslint": "^5.16.0",
        "typescript": "^3.5.1"
    },
    "engines": {
        "node": ">=8.0.0"
    },
    "files": [
        "/bin",
        "/config_default",
        "/lib",
        "/npm-shrinkwrap.json",
        "/oclif.manifest.json"
    ],
    "homepage": "https://github.com/11arn11/aral-vps-test",
    "keywords": [
        "oclif"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "oclif": {
        "commands": "./lib/commands",
        "bin": "aral",
        "plugins": [
            "@oclif/plugin-help"
        ]
    },
    "repository": "11arn11/aral-vps-test",
    "scripts": {
        "postpack": "rm -f oclif.manifest.json",
        "posttest": "tslint -p test -t stylish",
        "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
        "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
        "version": "oclif-dev readme && git add README.md",
        "deploy": "rm tsconfig.tsbuildinfo && git add . && git commit -m 'update' && npm version patch && npm publish && git push"
    },
    "types": "lib/index.d.ts"
}
