{
    "author": "Nikolay Ilin",
    "license": "ISC",
    "description": "Simplanum: App",
    "repository": {
        "type": "git",
        "url": "https://gitlab.soft-artel.com/sp2/{{app}}.git"
    },
    "name": "{{app}}",
    "version": "1.0.0",
    "main": "server.js",
    "scripts": {

        "⬇️ pull": "sp2-app-update",
        "⬆️ commit": "sp2-app-commit",
        "⤴️ publish": "sp2-app-publish",

        "_restart": "sp2-docker rs {{app}}",
        "_logs": "sp2-docker lg -l 20"

    },
    "dependencies": {
        "bytes": "^3.0.0",
        "co-request": "^1.0.0",
        "sa-pgsql": "^0.0.1",
        "sa-prototype": "^1.13.1",
        "sa-redis": "^2.0.1",
        "sa-validate": "^2.2.4"
    }
}
