steris
Version:
Terminal UI Planner
34 lines (33 loc) • 701 B
JSON
{
"name": "steris",
"version": "0.8.1",
"description": "Terminal UI Planner",
"main": "steris.js",
"preferGlobal": true,
"bin": "./steris.js",
"scripts": {
"test": "steris-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Z01011010Z/steris.git"
},
"keywords": [
"planner",
"terminal",
"TUI"
],
"author": "Z01011010Z",
"license": "MIT",
"bugs": {
"url": "https://github.com/Z01011010Z/steris/issues"
},
"homepage": "https://github.com/Z01011010Z/steris#readme",
"dependencies": {
"axios": "^0.19.0",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.16",
"lowdb": "^1.0.0",
"moment": "^2.24.0"
}
}