-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "calvo",
"version": "1.0.0",
"description": "A jalv based lv2 plugin host for your terminal.",
"repository": "[email protected]:ajboni/calvo.git",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"start-t": "node --trace-warnings src/app.js",
"dev": "nodemon --no-stdin app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"document": "node_modules/.bin/jsdoc -c ./jsdoc.json",
"doc-status": "TODO",
"debug": "node --inspect ./src/app.js"
},
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"docdash": "^1.2.0",
"jsdoc": "^3.6.7",
"nodemon": "^2.0.4",
"prettier": "^2.3.0"
},
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.20",
"js-yaml": "^3.14.0",
"nanoid": "^3.1.31",
"neo-blessed": "^0.2.0",
"pubsub-js": "^1.8.0"
}
}