mnee-cli
Version:
MNEE CLI tool
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "mnee-cli",
"version": "1.1.7",
"description": "MNEE CLI tool",
"main": "dist/cli.js",
"type": "module",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc && npm pack",
"start": "node dist/cli.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"dev-reset": "npm unlink mnee-cli && npm uninstall -g mnee-cli && npm run build && npm link"
},
"bin": {
"mnee": "./dist/cli.js"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mnee-xyz/mnee-cli"
},
"keywords": [
"cli",
"mnee",
"crypto",
"wallet",
"stablecoin",
"usd",
"bsv",
"bitcoin"
],
"author": "Dan Wagner",
"license": "ISC",
"dependencies": {
"@bsv/sdk": "^1.3.28",
"axios": "^1.8.1",
"commander": "^13.1.0",
"inquirer": "^12.4.2",
"js-1sat-ord": "^0.1.80",
"keytar": "^7.9.0",
"mnee": "^2.1.4"
},
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "^5.3.3"
}
}