| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "@wormhole-foundation/wormchain-sdk",
- "version": "0.0.1",
- "description": "Typescript SDK for interating with the Wormhole chain",
- "main": "lib/index.js",
- "files": [
- "lib/"
- ],
- "scripts": {
- "test": "jest --config jestconfig.json --verbose",
- "build": "npm run genTypes && tsc",
- "genTypes": "echo \"disabled: node src/buildHelper.cjs\""
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/wormhole-foundation/wormchain.git"
- },
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/wormhole-foundation/wormchain/issues"
- },
- "homepage": "https://github.com/wormhole-foundation/wormchain#readme",
- "dependencies": {
- "@certusone/wormhole-sdk": "^0.2.0",
- "@cosmjs/cosmwasm-stargate": "^0.27.1",
- "@cosmjs/launchpad": "^0.27.1",
- "@cosmjs/math": "^0.27.1",
- "@cosmjs/proto-signing": "^0.27.1",
- "@cosmjs/stargate": "^0.27.1",
- "@cosmjs/tendermint-rpc": "^0.27.1",
- "axios": "^0.26.0",
- "bech32": "^2.0.0",
- "elliptic": "^6.6.1",
- "ethers": "^5.5.4",
- "keccak256": "^1.0.6",
- "node-fetch": "^2.6.7",
- "protobufjs": "^6.11.2",
- "ts-jest": "^27.1.3",
- "tslint": "^6.1.3",
- "typescript": "^4.5.5"
- },
- "devDependencies": {
- "jest": "^27.5.1"
- },
- "overrides": {
- "elliptic": "^6.6.1"
- }
- }
|