« get me outta code hell

package.json - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/package.json
blob: 421b0a48ad747b22387dc33acef02abd72bb4b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "mtui",
  "version": "0.0.1",
  "description": "Music Text User Interface - user-friendly command line music player",
  "main": "index.js",
  "bin": {
    "mtui": "./index.js"
  },
  "author": "",
  "license": "GPL-3.0",
  "dependencies": {
    "command-exists": "^1.2.9",
    "expand-home-dir": "0.0.3",
    "mkdirp": "^0.5.5",
    "natural-orderby": "^2.0.3",
    "node-fetch": "^2.6.0",
    "open": "^7.0.3",
    "sanitize-filename": "^1.6.3",
    "tempy": "^0.2.1",
    "tui-lib": "^0.2.1",
    "tui-text-editor": "^0.3.1",
    "word-wrap": "^1.2.3"
  }
}