{ "name": "@chain-registry/juno", "version": "0.12.2", "description": "Chain Registry info for Juno", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", "license": "SEE LICENSE IN LICENSE", "main": "main/index.js", "typings": "types/index.d.ts", "directories": { "lib": "src", "test": "__tests__" }, "files": [ "types", "main" ], "scripts": { "build": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"", "build:ts": "tsc --project ./tsconfig.json", "buidl": "npm run build && npm run build:ts", "build:pkg": "babel-node ./scripts/build.js", "codegen": "npm run build:pkg && npm run format", "prepare": "npm run build", "lint": "eslint --ext .ts,.tsx,.js .", "format": "eslint --fix . --ext .ts,.tsx,.js", "test": "jest", "test:watch": "jest --watch", "test:debug": "node --inspect node_modules/.bin/jest --runInBand" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/cosmology-tech/chain-registry" }, "keywords": [], "bugs": { "url": "https://github.com/cosmology-tech/chain-registry/issues" }, "devDependencies": { "@babel/cli": "7.18.10", "@babel/core": "7.19.1", "@babel/eslint-parser": "^7.19.1", "@babel/node": "^7.19.1", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-export-default-from": "7.18.10", "@babel/plugin-proposal-object-rest-spread": "7.18.9", "@babel/plugin-transform-runtime": "7.19.1", "@babel/preset-env": "7.19.1", "@babel/preset-typescript": "^7.17.12", "@chain-registry/utils": "^0.10.2", "@types/jest": "^29.0.2", "@typescript-eslint/eslint-plugin": "5.37.0", "@typescript-eslint/parser": "5.37.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "29.0.3", "babel-watch": "^7.0.0", "chain-registry": "^0.13.2", "cross-env": "^7.0.2", "eslint": "8.23.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "8.0.0", "eslint-plugin-unused-imports": "2.0.0", "jest": "^29.0.3", "long": "^5.2.0", "prettier": "^2.7.0", "regenerator-runtime": "^0.13.7", "ts-jest": "^29.0.1", "typescript": "^4.8.3" }, "dependencies": { "@babel/runtime": "^7.19.0", "@chain-registry/types": "^0.10.2" } }