/
githubmirror
/
socket.io
Обзор
Документация
Войти
/
githubmirror
/
socket.io
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ReactNativeExample/server/package.json
15 строк
244 B
Damien Arrachequesne
docs: update React Native example
05 апр 2024, 20:19
Не верифицирован
05 апр 2024, 20:19
907f102
Код
Авторство
О чём код?
{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "author": "", "license": "ISC", "dependencies": { "socket.io": "^4.7.5" } }