{
    "name": "sbr",
    "version": "1.3.13",
    "description": "Пакетный менеджер для SREDA",
    "main": "index.js",
    "bin": {
        "sbr": "./index.js"
    },
    "scripts": {
        "test": "jest",
        "test:coverage": "jest --coverage"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/aatk/sbr.git"
    },
    "author": "aatk",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/aatk/sbr/issues"
    },
    "appstore": "http://localhoost:3777",
    "homepage": "https://github.com/aatk/sbr#readme",
    "dependencies": {
        "@babel/parser": "^7.26.10",
        "adm-zip": "^0.5.9",
        "axios": "^0.32.0",
        "chalk": "^5.6.2",
        "commander": "^14.0.2",
        "dotenv": "^16.4.7",
        "form-data": "^4.0.0",
        "minimatch": "^9.0.9"
    },
    "devDependencies": {
        "jest": "^30.4.2"
    }
}
