wormhole/sdk/js-proto-node/package.json

37 lines
1.0 KiB
JSON

{
"name": "@certusone/wormhole-sdk-proto-node",
"version": "0.0.6",
"description": "NodeJS client protobuf for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
"lib/"
],
"repository": "https://github.com/wormhole-foundation/wormhole/tree/main/sdk/js-proto-node",
"scripts": {
"build-deps": "cd ../.. && DOCKER_BUILDKIT=1 docker build --target node-export -f Dockerfile.proto -o type=local,dest=. .",
"build-lib": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"build-all": "npm run build-deps && npm run build-lib",
"build": "npm run build-all"
},
"keywords": [
"wormhole",
"sdk",
"proto",
"protobuf"
],
"author": "certusone",
"license": "Apache-2.0",
"devDependencies": {
"@types/long": "^4.0.2",
"@types/node": "^18.0.3",
"typescript": "^4.7.4"
},
"dependencies": {
"@grpc/grpc-js": "^1.6.7",
"protobufjs": "^7.0.0",
"rxjs": "^7.5.6"
}
}