/
lablist
/
papyrus
Обзор
Документация
Войти
/
lablist
/
papyrus
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
srv/package.json
38 строк
845 B
bubeew
First init.
01 мар 2024, 17:26
01 мар 2024, 17:26
5d5fca2
Код
Авторство
О чём код?
{ "name": "papyrus", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon ./src/index.js", "css": "sass --watch src/client/scss/:src/public/assets/css/", "test": "echo \"Hah, got test?\" && exit 1" }, "author": "Alexey Bubeew alexey@bubeew.ru", "license": "APACHE-2.0", "nodemonConfig": { "ignore": [ "src/public/*", "tmp/*" ] }, "dependencies": { "bcrypt": "^5.0.1", "cors": "^2.8.5", "dotenv": "^16.0.0", "ejs": "^3.1.6", "exceljs": "^4.3.0", "express": "^4.17.3", "hashids": "^2.2.10", "helmet": "^5.0.2", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21", "multer": "^1.4.4", "nodemon": "^2.0.15", "pg-promise": "^10.11.1", "uuid": "^8.3.2" }, "devDependencies": { "sass": "^1.50.0" } }