{ "name": "@cosmjs/faucet", "version": "0.28.13", "description": "The faucet", "contributors": [ "Ethan Frey ", "Simon Warta " ], "license": "Apache-2.0", "bin": { "cosmos-faucet": "bin/cosmos-faucet" }, "files": [ "build/", "*.md", "!*.spec.*", "!**/testdata/" ], "repository": { "type": "git", "url": "https://github.com/cosmos/cosmjs/tree/main/packages/faucet" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "scripts": { "dev-start": "yarn start-dev", "format": "prettier --write --loglevel warn \"./src/**/*.ts\"", "format-text": "prettier --write \"./*.md\"", "lint": "eslint --max-warnings 0 \"./**/*.ts\" \"./*.js\"", "lint-fix": "eslint --fix --max-warnings 0 \"./**/*.ts\" \"./*.js\"", "build": "rm -rf ./build && tsc", "build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build", "test-node": "yarn node jasmine-testrunner.js", "test": "yarn build-or-skip && yarn test-node", "coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet", "start-dev": "FAUCET_ADDRESS_PREFIX=wasm FAUCET_CREDIT_AMOUNT_UCOSM=10000000 FAUCET_CREDIT_AMOUNT_USTAKE=100000 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC=\"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone\" ./bin/cosmos-faucet start \"http://localhost:26659\"", "start-coralnet": "FAUCET_ADDRESS_PREFIX=coral FAUCET_TOKENS=\"ushell,ureef\" FAUCET_CREDIT_AMOUNT_USHELL=10000000 FAUCET_CREDIT_AMOUNT_UREEF=2000000 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC=\"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone\" ./bin/cosmos-faucet start \"https://lcd.coralnet.cosmwasm.com\"", "pack-node": "yarn build-or-skip && webpack --mode production --config webpack.node.config.js" }, "dependencies": { "@cosmjs/crypto": "workspace:packages/crypto", "@cosmjs/encoding": "workspace:packages/encoding", "@cosmjs/math": "workspace:packages/math", "@cosmjs/proto-signing": "workspace:packages/proto-signing", "@cosmjs/stargate": "workspace:packages/stargate", "@cosmjs/utils": "workspace:packages/utils", "@koa/cors": "^3.0.0", "koa": "^2.11.0", "koa-bodyparser": "^4.2.1" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/eslint-plugin-prettier": "^3", "@types/jasmine": "^3.8", "@types/koa": "^2.11.0", "@types/koa-bodyparser": "^4.3.0", "@types/koa__cors": "^3.0.1", "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", "eslint": "^7.5", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-node": "^0.3.4", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-simple-import-sort": "^7.0.0", "esm": "^3.2.25", "jasmine": "^3.99", "jasmine-spec-reporter": "^6", "nyc": "^15.1.0", "prettier": "^2.4.1", "ses": "^0.11.0", "source-map-support": "^0.5.19", "ts-node": "^8", "typescript": "~4.4", "webpack": "^5.32.0", "webpack-cli": "^4.6.0" } }