/
githubmirror
/
friday
Обзор
Документация
Войти
/
githubmirror
/
friday
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/backend/package.json
21 строка
533 B
seville
chore: refactor
24 май 2023, 19:29
24 май 2023, 19:29
47b8986
Код
Авторство
О чём код?
{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "esbuild src/index.js --platform=node --format=cjs --bundle --outdir=dist && node dist/index.js" }, "author": "", "license": "ISC", "dependencies": { "@friday/core": "file:../../core", "body-parser": "^1.20.2", "cors": "^2.8.5", "dotenv": "^16.0.3", "esbuild": "^0.17.19", "express": "^4.18.2", "openai": "^3.2.1" } }