@rocksky/cli
Version:
Command-line interface for Rocksky – scrobble tracks, view stats, and manage your listening history
49 lines • 1.16 kB
JSON
{
"name": "@rocksky/cli",
"version": "0.2.0",
"description": "Command-line interface for Rocksky – scrobble tracks, view stats, and manage your listening history",
"main": "dist/index.js",
"type": "module",
"bin": {
"rocksky": "./dist/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx ./src/index.ts",
"build": "pkgroll && chmod +x ./dist/index.js"
},
"keywords": [
"audioscrobbler",
"last.fm",
"atproto",
"bluesky",
"cli"
],
"author": "Tsiry Sandratraina <tsiry.sndr@rocksky.app>",
"license": "Apache-2.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"axios": "^1.8.4",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"express": "^5.1.0",
"md5": "^2.3.0",
"open": "^10.1.0",
"table": "^6.9.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.14.1",
"pkgroll": "^2.12.1",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
},
"exports": {
".": {
"import": "./dist/index.js"
}
}
}