{ "name": "interchainjs-project", "version": "0.0.1", "private": true, "description": "universal signing client for blockchain networks", "repository": "git@github.com:hyperweb-io/interchainjs.git", "author": "Hyperweb <developers@hyperweb.io>", "license": "MIT", "publishConfig": { "access": "restricted" }, "workspaces": [ "packages/*", "networks/*", "libs/*" ], "scripts": { "codegen": "yarn clean:codegen && yarn codegen:types && yarn codegen:ic && yarn codegen:inj", "codegen:ic": "telescope transpile --config ./scripts/interchainjs.telescope.json && telescope transpile --config ./scripts/interchain-react.telescope.json && telescope transpile --config ./scripts/interchain-vue.telescope.json", "codegen:inj": "telescope transpile --config ./scripts/inj.telescope.json && telescope transpile --config ./scripts/inj-react.telescope.json && telescope transpile --config ./scripts/inj-vue.telescope.json", "codegen:types": "telescope transpile --config ./scripts/cosmos-types.telescope.json", "proto": "telescope download --config ./scripts/.protod.config.json && telescope download --config ./scripts/.injective.protod.config.json", "test": "lerna run test --stream", "clean": "lerna run clean", "clean:codegen": "rimraf libs/*/src", "clean:modules": "find . -name 'node_modules' -type d -prune -print | xargs rm -rf", "bootstrap": "lerna bootstrap", "build": "lerna run build --stream", "build:dev": "lerna run build:dev --stream; yarn symlink", "lint": "lerna run lint --parallel", "symlink": "symlink-workspace --logLevel error", "postinstall": "yarn symlink" }, "devDependencies": { "@chain-registry/client": "1.18.1", "@cosmology/telescope": "^1.11.22", "@noble/hashes": "^1.4.0", "@starship-ci/cli": "^2.9.0", "@types/jest": "^29.5.11", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^7.10.0", "@typescript-eslint/parser": "^7.10.0", "copyfiles": "^2.4.1", "del-cli": "^5.1.0", "eslint": "8.38.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-unused-imports": "^4.0.0", "jest": "^29.6.2", "lerna": "^6", "prettier": "2.8.7", "rimraf": "4.4.1", "sinon": "^17.0.1", "source-map-support": "^0.5.19", "starshipjs": "^2.4.0", "strip-ansi": "5.2.0", "symlink-workspace": "^1.9.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "ses": "^0.11.0", "typescript": "^5.1.6" }, "packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71" }