UNPKG

otp-wallet-cli

Version:
44 lines (43 loc) 1.02 kB
{ "name": "otp-wallet-cli", "version": "2.0.3", "description": "OTP Wallet CLI", "main": "cli.js", "bin": { "otp-wallet": "./cli.js", "otp": "./cli.js" }, "type": "module", "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 ./node_modules/.bin/jest --silent --coverage", "lint": "eslint ./", "format": "prettier --write .", "fix": "eslint --fix ./ && prettier --write ." }, "repository": { "type": "git", "url": "git+ssh://git@github.com/vybgss/otp-wallet-cli.git" }, "keywords": [ "otp", "wallet", "cli" ], "author": "Volodymyr Sichka", "license": "MIT", "bugs": { "url": "https://github.com/vybgss/otp-wallet-cli/issues" }, "homepage": "https://github.com/vybgss/otp-wallet-cli#readme", "dependencies": { "chalk": "^5.4.1", "ora": "^8.2.0", "otplib": "^12.0.1", "yargs": "^17.7.2" }, "devDependencies": { "eslint": "^9.22.0", "jest": "^29.7.0", "prettier": "^3.5.3" } }