/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/protobuf/package.json
30 строк
622 B
github-actions[bot]
[chore] Release v1.54.0 (#13807)
09 фев 2026, 20:35
Не верифицирован
09 фев 2026, 20:35
cc001f6
Код
Авторство
О чём код?
{ "name": "@streamlit/protobuf", "version": "1.54.0", "private": true, "license": "Apache-2.0", "type": "module", "module": "index.js", "types": "proto.d.ts", "files": [ "index.js", "proto.js", "proto.d.ts" ], "scripts": { "build": "node ./scripts/generate-proto.js", "generate-protobuf": "node ./scripts/generate-proto.js", "typesync": "typesync", "typesync:ci": "typesync --dry=fail" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "devDependencies": { "protobufjs-cli": "^2.0.0", "typesync": "^0.14.3" } }