hyperterm-horizon
Version:
Unofficial Port of the VSCode theme to Hyper
23 lines (22 loc) • 483 B
JSON
{
"name": "hyperterm-horizon",
"version": "1.0.0",
"description": "Unofficial Port of the VSCode theme to Hyper",
"main": "index.js",
"repository": "https://github.com/kazushisan/hyperterm-horizon.git",
"author": "Kazushi Konosu <kazushi@konosu.me>",
"license": "MIT",
"scripts": {
"format": "prettier *.js"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"hyper",
"hyperterm",
"hyper.app",
"horizon",
"theme"
]
}