{
    "author": {
        "name": "Nikolay Ilin"
    },
    "bin": {
        "sp2-app-commit": "./sp2-app-commit.js",
        "sp2-app-info": "./sp2-app-info.js",
        "sp2-app-publish": "./sp2-app-publish.js",
        "sp2-app-update": "./sp2-app-update.js",
        "sp2-app-ver": "./sp2-app-ver.js",
        "sp2-bot": "./sp2-bot.js",
        "sp2-ci": "./sp2-ci.js",
        "sp2-docker": "./sp2-docker.js",
        "sp2-node-create": "./sp2-node-create.js",
        "sp2-node-delete": "./sp2-node-delete.js",
        "sp2-node": "./sp2-node.js",
        "sp2-test": "./sp2-test.js"
    },
    "dependencies": {
        "chalk": "^2.3.1",
        "co-request": "^1.0.0",
        "commander": "^2.14.1",
        "mustache": "^2.3.0",
        "node-telegram-bot-api": "^0.29.0",
        "socks5-https-client": "^1.2.1",
        "sa-logs": "^5.1.0",
        "sa-prototype": "^1.12.12",
        "shelljs": "^0.7.8"
    },
    "description": "Simplanum2: Console commands",
    "license": "ISC",
    "main": "index.js",
    "name": "sp2-node",
    "repository": {
        "type": "git",
        "url": "https://gitlab.soft-artel.com/sp2/node.git"
    },
    "scripts": {
        "⬇️ pull": "sp2-app-update",
        "⬆️ commit": "sp2-app-commit",
        "⤴️ publish": "sp2-app-publish",
        "_test-config": "sp2-docker {{app}} nginx -t",
        "_restart": "sp2-docker rs {{app}}",
        "_logs": "sp2-docker lg -l 20",
        "update": "sp2-node --update",
        "cmd-list-upd": "node upd.js"
    },
    "version": "2.0.96",
    "preferGlobal": true
}