forked from anyproto/anytype-heart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
18 lines (18 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "anytype-ts-bindings",
"version": "1.0.0",
"description": "protobuf TS bindings for Anytype middleware library",
"scripts": {
"build:ts": "pbjs -t static-module -w commonjs -o build/ts/commands-native.js ./pb/protos/*.proto ./pb/protos/service/*.proto /service/*.proto ./vendor/github.com/anyproto/anytype-heart/pkg/lib/pb/model/protos/*.proto && ./node_modules/.bin/pbts -o build/ts/commands.d.ts build/ts/commands.js ./vendor/github.com/anyproto/anytype-heart/pkg/lib/pb/model/protos/*.proto",
"build:protos": "webpack -o ./build/web/commands-web.js ./build/web/pb/protos/service/service_grpc_web_pb.js"
},
"dependencies": {
"google-protobuf": "~3.19.4",
"grpc-web": "~1.3.1",
"protobufjs": "~6.11.2"
},
"devDependencies": {
"webpack": "^4.16.5",
"webpack-cli": "^3.3.12"
}
}