{
"name": "mlib-manager",
"version": "1.0.0",
"description": "medialib-manager =============== ## Установка и запуск 1. Клонируйте проект или создайте новую директорию. 2. Создайте виртуальное окружение: ```python3 -m venv venv``` 3. Активируйте окружение: \t```source venv/bin/activate``` 4. Установите зависимости \t```pip install -r requirements.txt``` 5. Запустите приложение: \t```python app.py```",
"repository": {
"type": "git",
"url": "https://git.gnexus.space/git/root/medialib-manager.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"del": "^7.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"sass": "^1.67.0"
}
}