/
ivaninvv
/
minus-5
Обзор
Документация
Войти
/
ivaninvv
/
minus-5
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
38 строк
938 B
Vladimir Ivanin
Переход на клавиатурное управление
14 дек 2025, 00:00
14 дек 2025, 00:00
8ace565
Код
Авторство
О чём код?
{ "name": "minus-5", "version": "1.0.5", "type": "module", "description": "", "main": "index.js", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix" }, "repository": { "type": "git", "url": "ssh://git@gitverse.ru:2222/ivaninvv/minus-5.git" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "matter-js": "^0.20.0", "peerjs": "^1.5.5", "pixi.js": "^8.14.3" }, "devDependencies": { "@types/matter-js": "^0.20.2", "@types/node": "^24.10.1", "@types/peerjs": "^1.1.0", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", "eslint": "^9.39.1", "typescript": "^5.9.3", "typescript-eslint": "^8.49.0", "vite": "^7.2.6" } }