| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "@certusone/wormhole-sdk-proto-node",
- "version": "0.0.7",
- "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"
- },
- "overrides": {
- "elliptic": "^6.6.1"
- }
- }
|