use blessed for dev mode terminal output

This commit is contained in:
Rich Harris
2018-09-03 14:05:33 -04:00
parent 499b377bfd
commit da9a37e125
3 changed files with 105 additions and 30 deletions

View File

@@ -19,6 +19,8 @@
"test": "test"
},
"dependencies": {
"@types/blessed": "^0.1.10",
"blessed": "^0.1.81",
"html-minifier": "^3.5.16",
"shimport": "^0.0.10",
"source-map-support": "^0.5.6",