hyper-star-wars
Version:
🚀Super awesome, your Hyper terminal shall look.
47 lines (46 loc) • 935 B
JSON
{
"name": "hyper-star-wars",
"version": "3.2.1",
"description": "🚀Super awesome, your Hyper terminal shall look.",
"license": "MIT",
"repository": "klaussinani/hyper-star-wars",
"homepage": "https://github.com/klaussinani/hyper-star-wars",
"author": {
"name": "Klaus Sinani",
"email": "klaussinani@gmail.com",
"url": "https://klaussinani.github.io"
},
"maintainers": [
{
"name": "Mario Sinani",
"email": "mariosinani@protonmail.ch",
"url": "github.com/mariocfhq"
}
],
"files": [
"index.js",
"backgrounds",
"themes"
],
"keywords": [
"hyper",
"hyper-star-wars",
"hyper-theme",
"star-wars",
"theme"
],
"scripts": {
"test": "xo && yamllint themes/*.yml"
},
"dependencies": {
"color": "^3.0.0",
"js-yaml": "^3.10.0"
},
"devDependencies": {
"xo": "*",
"yaml-lint": "^1.0.0"
},
"xo": {
"space": 2
}
}