/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/package.json
32 строки
819 B
chrisnojima
chore(deps): routine dep bump + security re-resolves (#29517)
10 авг 2026, 19:57
Не верифицирован
10 авг 2026, 19:57
2a232b3
Код
Авторство
О чём код?
{ "name": "keybase-protocol", "version": "1.0.0", "description": "An IDL and protocol generator for Keybase components", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/keybase/protocol" }, "author": "Maxwell Krohn <max@keybase.io>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/keybase/protocol/issues" }, "homepage": "https://github.com/keybase/protocol", "dependencies": { "avdl-compiler": "github:keybase/node-avdl-compiler#master", "avdl2json": "2.2.5", "json5": "2.2.3" }, "devDependencies": { "@types/node": "26.2.0", "typescript": "7.0.2" }, "resolutions": { "**/lodash": "4.18.1", "**/underscore": "1.13.8" } }