forked from context-labs/bblessed-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "bbblessed-contrib",
"version": "4.11.0",
"description": "",
"type": "commonjs",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"test": "npm run lint",
"lint": "eslint lib",
"lint:fix": "eslint lib --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/yaronn/blessed-contrib.git"
},
"author": "Yaron Naveh ([email protected])",
"license": "MIT",
"devDependencies": {
"@types/blessed": "^0.1.25",
"bbblessed": "^0.1.82",
"colors": "^1.4.0",
"eslint": "^9.9.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-standard": "^5.0.0",
"globals": "^15.9.0"
},
"dependencies": {
"ansi-term": ">=0.0.2",
"chalk": "^5.3.0",
"drawille-canvas-blessed-contrib": ">=0.1.3",
"lodash": "~>=4.17.21",
"map-canvas": ">=0.1.5",
"marked": "^14.1.1",
"marked-terminal": "^7.1.0",
"memory-streams": "^0.1.3",
"memorystream": "^0.3.1",
"picture-tuber": "^2.0.0",
"sparkline": "^0.2.0",
"strip-ansi": "^7.1.0",
"term-canvas": "0.0.5",
"x256": ">=0.0.2"
}
}