mnee-cli
Version:
A CLI tool for interacting with MNEE USD
65 lines (64 loc) • 1.44 kB
JSON
{
"name": "mnee-cli",
"version": "1.3.2",
"description": "A CLI tool for interacting with MNEE USD",
"main": "dist/cli.js",
"type": "module",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc && npm run postbuild && npm pack",
"postbuild": "chmod +x dist/cli.js",
"start": "node dist/cli.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"bin": {
"mnee": "./dist/cli.js"
},
"files": [
"dist/**/*"
],
"keywords": [
"cli",
"mnee",
"crypto",
"wallet",
"stablecoin",
"usd",
"bsv",
"bitcoin",
"1satordinal"
],
"author": "Dan Wagner",
"license": "MIT",
"dependencies": {
"@bsv/sdk": "^1.3.28",
"@mnee/ts-sdk": "^1.0.1",
"axios": "^1.8.1",
"boxen": "^8.0.1",
"chalk": "5.3.0",
"cli-progress": "^3.12.0",
"commander": "^13.1.0",
"figlet": "^1.8.2",
"gradient-string": "^3.0.0",
"inquirer": "^12.4.2",
"keytar": "^7.9.0",
"open": "^10.1.2",
"ora": "^8.2.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/figlet": "^1.7.0",
"@types/node": "^22.14.0",
"typescript": "^5.3.3"
},
"overrides": {
"strip-ansi": "7.1.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"is-core-module": "2.13.1",
"error-ex": "1.3.2",
"has-ansi": "5.0.1",
"simple-swizzle": "0.2.2"
}
}