UNPKG

@chain-registry/osmosis

Version:
43 lines (42 loc) 1.16 kB
{ "name": "@chain-registry/osmosis", "version": "1.67.149", "description": "Chain Registry info for Osmosis", "author": "Dan Lynch <pyramation@gmail.com>", "homepage": "https://github.com/hyperweb-io/chain-registry", "license": "SEE LICENSE IN LICENSE", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", "publishConfig": { "access": "public", "directory": "dist" }, "repository": { "type": "git", "url": "https://github.com/hyperweb-io/chain-registry" }, "bugs": { "url": "https://github.com/hyperweb-io/chain-registry/issues" }, "scripts": { "copy": "copyfiles -f LICENSE README.md package.json dist", "clean": "rimraf dist/**", "prepare": "npm run build", "codegen": "rimraf src/** && ts-node ./scripts/build.ts", "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@chain-registry/types": "^0.50.149" }, "keywords": [ "chain-registry", "web3", "cosmos", "interchain", "osmosis" ], "gitHead": "6f9566f3c446331c7e9fbfd309d4ee4376ed0bd8" }