UNPKG

cosmic-interchain-utils

Version:
51 lines (50 loc) 1.19 kB
{ "name": "cosmic-interchain-utils", "description": "Cosmic Interchain Utils", "version": "0.3.0", "dependencies": { "@cosmjs/encoding": "^0.32.4", "@solana/web3.js": "^1.78.0", "bignumber.js": "^9.1.1", "ethers": "^5.7.2", "lodash-es": "^4.17.21", "pino": "^8.19.0", "yaml": "^2.4.1" }, "devDependencies": { "@types/chai": "^4.3.17", "@types/lodash-es": "^4.17.12", "@types/mocha": "^10.0.1", "chai": "^4.5.0", "mocha": "^10.2.0", "prettier": "^2.8.8", "typescript": "5.3.3" }, "repository": "https://github.com/mellis1010/interchain_main_repo.git", "keywords": [ "CosmicWire", "Utilities", "Interchain" ], "license": "Apache-2.0", "prepublish": "yarn build", "scripts": { "dev": "tsc -w", "build": "tsc", "clean": "rm -rf ./dist", "check": "tsc --noEmit", "prettier": "prettier --write ./src", "test": "mocha --config .mocharc.json './src/**/*.test.ts'", "test:ci": "yarn test" }, "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "/dist" ], "sideEffects": false, "engines": { "node": ">=18" } }