/
Dr.Greeb
/
react-gameshop
Обзор
Документация
Войти
/
Dr.Greeb
/
react-gameshop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
server/package.json
25 строк
516 B
DoctorGreeb
add server node+sqlite
25 ноя 2025, 21:29
25 ноя 2025, 21:29
c42e4f8
Код
Авторство
О чём код?
{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "dev": "nodemon server.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bcryptjs": "^3.0.3", "body-parser": "^2.2.1", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0", "jsonwebtoken": "^9.0.2", "mongoose": "^9.0.0", "sqlite3": "^5.1.7" } }