UNPKG

@chain-registry/assets

Version:
48 lines (47 loc) 1.28 kB
{ "name": "@chain-registry/assets", "version": "1.70.240", "description": "Chain Registry Asset Lists", "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" }, "devDependencies": { "@chain-registry/utils": "^1.51.149", "chain-registry": "^1.69.240" }, "dependencies": { "@chain-registry/types": "^0.50.149" }, "keywords": [ "chain-registry", "web3", "cosmos", "cosmos-sdk", "interchain", "tokens" ], "gitHead": "6f9566f3c446331c7e9fbfd309d4ee4376ed0bd8" }