/
githubmirror
/
ydb-nodejs-genproto
Обзор
Документация
Войти
/
githubmirror
/
ydb-nodejs-genproto
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
29 строк
798 B
Vladislav Polyakov
chore: bump version
29 окт 2024, 13:39
29 окт 2024, 13:39
a4f7e93
Код
Авторство
О чём код?
{ "name": "ydb-sdk-proto", "version": "1.2.6", "description": "Node.js YDB SDK compiled protobufs", "main": "proto/bundle.js", "files": [ "proto/**" ], "scripts": { "build": "pbjs -t static-module -r ydb-sdk -w commonjs -p api -p api/protos -p api/protos/annotations api/{*.proto,protos/*.proto} yandex/cloud/iam/v1/iam_token_service.proto yandex/cloud/{*.proto,protos/*.proto} > proto/bundle.js && pbts -o proto/bundle.d.ts proto/bundle.js" }, "keywords": [ "ydb", "sdk", "proto" ], "repository": { "type": "git", "url": "https://github.com/ydb-platform/ydb-nodejs-genproto.git" }, "author": "Timur Sufiev", "license": "Apache", "devDependencies": { "protobufjs-cli": "^1.1.3" }, "dependencies": { "protobufjs": "^7.4.0" } }