lazycrypto-cli
Version:
A simple CLI app to view cryptocurrency indicators
51 lines (50 loc) • 1.38 kB
JSON
{
"name": "lazycrypto-cli",
"version": "0.2.13",
"description": "A simple CLI app to view cryptocurrency indicators",
"type": "module",
"main": "index.js",
"bin": {
"lazycrypto-cli": "./dist/index.js",
"waybar-lazycrypto": "./waybar/waybar-lazycrypto.js"
},
"scripts": {
"build": "babel . --out-dir dist --extensions .js,.jsx --ignore '**/node_modules/**,**/dist/**,**/waybar/**' && cp package.json dist/",
"start": "npm run build && node dist/index.js",
"waybar": "node waybar/waybar-lazycrypto.js",
"dev": "babel . --out-dir dist --extensions .js,.jsx --ignore '**/node_modules/**,**/dist/**,**/waybar/**' --watch"
},
"dependencies": {
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"indicatorts": "^2.2.2",
"ink": "^5.0.1",
"ink-select-input": "^6.0.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"ink-use-stdout-dimensions": "^1.0.5",
"luxon": "^3.5.0",
"react": "^18.3.1",
"update-notifier": "^7.3.1",
"uuid": "^10.0.0"
},
"engines": {
"node": ">=18"
},
"keywords": [
"crypto",
"cryptocurrency",
"cli",
"terminal",
"indicators",
"waybar"
],
"author": "A1GoKn8t",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.25.9"
}
}