/
estisui
/
js-react-developer-project-12
Обзор
Документация
Войти
/
estisui
/
js-react-developer-project-12
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
26 строк
923 B
Stepan Sukhachev
refactor: remove prettier
06 ноя 2023, 19:51
06 ноя 2023, 19:51
f07eb75
Код
Авторство
О чём код?
{ "name": "@hexlet/code", "version": "1.0.0", "description": "[](https://github.com/Estisui/js-react-developer-project-12/actions)", "main": "index.js", "scripts": { "build": "cd frontend && npm run build", "start": "npx start-server -s ./frontend/build", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "cd frontend && npm ci" }, "repository": { "type": "git", "url": "git+https://github.com/Estisui/js-react-developer-project-12.git" }, "author": "estisui", "license": "ISC", "bugs": { "url": "https://github.com/Estisui/js-react-developer-project-12/issues" }, "homepage": "https://github.com/Estisui/js-react-developer-project-12#readme", "dependencies": { "@hexlet/chat-server": "^1.1.6", "socket.io-client": "^4.7.2" } }