/
verynimbleferret
/
HolyJsSpring2024
Обзор
Документация
Войти
/
verynimbleferret
/
HolyJsSpring2024
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
server/package.json
28 строк
743 B
ferretrec
init
27 апр 2024, 13:15
27 апр 2024, 13:15
c22332e
Код
Авторство
О чём код?
{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start:gamestate": "node build/src/ping/main.js", "start:game": "node build/src/game/main.js", "build": "tsc -p tsconfig.json", "build:watch": "tsc -w -p tsconfig.json" }, "author": "", "license": "ISC", "dependencies": { "@fails-components/webtransport": "^1.0.11", "@fails-components/webtransport-transport-http3-quiche": "^1.0.11", "ws": "^8.16.0" }, "devDependencies": { "@types/node": "20.11.0", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "~6.15", "@typescript-eslint/parser": "~6.15", "prettier": "~3.1", "typescript": "^5.4.3" } }