/
crowleed
/
api
Обзор
Документация
Войти
/
crowleed
/
api
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
22 строки
443 B
Andy Carter
Initial commit
30 июл 2024, 13:00
30 июл 2024, 13:00
664408a
Код
Авторство
О чём код?
{ "name": "simple-crud-app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "serve": "node index.js", "dev": "nodemon index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.18.2", "mongodb": "^6.3.0", "mongoose": "^8.1.0" }, "devDependencies": { "nodemon": "^3.0.3" } }