package.json•1.63 kB
{
"name": "@osmosis-agent-toolkit/core",
"version": "1.0.0",
"author": "Jon Ator <jonathanator0@gmail.com> (https://github.com/jonator)",
"license": "MIT",
"homepage": "https://github.com/jonator/osmosis-agent-toolkit/tree/main/packages/core#README",
"repository": {
"type": "git",
"url": "https://github.com/jonator/osmosis-agent-toolkit"
},
"bugs": {
"url": "https://github.com/jonator/osmosis-agent-toolkit/issues"
},
"publishConfig": {
"access": "public"
},
"packageManager": "bun@1.2.3",
"type": "module",
"scripts": {
"build": "tsc; tsc -p tsconfig.cjs.json",
"dev": "tsc -w",
"clean": "rm -rf dist; rm tsconfig.tsbuildinfo",
"lint": "biome check",
"lint:fix": "biome check --write",
"knip": "knip",
"knip:fix": "knip --fix",
"prepublishOnly": "bun run build"
},
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/index.js"
},
"dependencies": {
"@cosmjs/amino": "0.33.0",
"@cosmjs/cosmwasm-stargate": "0.33.0",
"@cosmjs/crypto": "0.33.0",
"@cosmjs/proto-signing": "0.33.0",
"@cosmjs/stargate": "0.33.0",
"@cosmjs/tendermint-rpc": "0.33.0",
"@noble/hashes": "^1.4.0",
"@scure/base": "^1.1.7",
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.3.0",
"chain-registry": "^1.69.106",
"fuse.js": "^7.1.0",
"lru-cache": "^11.0.2",
"osmojs": "^16.14.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@chain-registry/types": "^0.50.32"
},
"gitHead": "8bff7ffd9936f5aece7e0da13a1b0a5e153f871e"
}