/
eb
/
cooper
Обзор
Документация
Войти
/
eb
/
cooper
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
backend/package.json
32 строки
690 B
Evgeniy Budaev
signup
01 май 2022, 10:15
01 май 2022, 10:15
e7ece8f
Код
Авторство
О чём код?
{ "name": "backend", "version": "1.0.0", "description": "express", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon app.js" }, "keywords": [ "copper", "pro" ], "author": "Evgeniy Budaev", "license": "ISC", "devDependencies": { "body-parser": "^1.20.0", "express": "^4.17.3", "nodemon": "^2.0.15", "uuid": "^8.3.2" }, "dependencies": { "bcryptjs": "^2.4.3", "dotenv": "^16.0.0", "express-validator": "^6.14.0", "jsonwebtoken": "^8.5.1", "mongoose": "^6.3.0", "mongoose-unique-validator": "^3.0.0", "multer": "^1.4.4", "slugify": "^1.6.5" } }