/
Maia
/
Chat
Обзор
Документация
Войти
/
Maia
/
Chat
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
17 строк
604 B
Maia Kulieva
fix makefile
25 май 2024, 13:59
25 май 2024, 13:59
ab829f1
Код
Авторство
О чём код?
{ "name": "@hexlet/code", "version": "1.0.0", "description": "[](https://github.com/Maiiiiiiiiia/frontend-project-12/actions)", "main": "index.js", "scripts": { "build": "npm run build --prefix frontend", "start": "npx start-server -s ./frontend/build", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "cd frontend && npm ci" }, "author": "Kulieva Maia", "license": "ISC", "dependencies": { "@hexlet/chat-server": "^2.0.3" } }