tidal-cli-client
Version:
You can now use Tidal on linux. With your loved CLI. <3
66 lines (65 loc) • 1.6 kB
JSON
{
"name": "tidal-cli-client",
"version": "2.0.6",
"description": "You can now use Tidal on linux. With your loved CLI. <3",
"main": "app/index.js",
"scripts": {
"app": "node app/index.js",
"test": "mocha tests --recursive --timeout 5000",
"lint": "eslint app --fix",
"predeploy": "npm run lint && npm run test",
"deploy": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okonek/tidal-cli-client.git"
},
"keywords": [
"tidal",
"music",
"cli",
"linux"
],
"bin": {
"tidal-cli": "app/index.js"
},
"author": "okonek83 <jandominikokonski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/okonek/tidal-cli-client/issues"
},
"homepage": "https://github.com/okonek/tidal-cli-client#readme",
"dependencies": {
"blessed": "^0.1.81",
"clipboardy": "^1.2.3",
"fs-extra": "^7.0.0",
"image-size": "^0.6.3",
"keys-diff": "^1.0.7",
"mkdirp": "^0.5.1",
"node-cache-promise": "^1.0.0",
"node-fetch": "^2.2.0",
"node-mpv": "^1.4.2",
"raven": "^2.5.0",
"redux": "^4.0.0",
"shelljs": "^0.8.2",
"tidal-api-wrapper-okonek": "^1.8.4",
"valid-url": "^1.0.9"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"chai": "^4.1.2",
"chai-fs": "^2.0.0",
"eslint": "^5.4.0",
"mocha": "^5.2.0",
"then-request": "^6.0.0"
},
"node_deb": {
"init": "none",
"dependencies": "mpv, w3m",
"entrypoints": {
"cli": "app/index.js"
}
}
}