zsh-theme-setter
Version:
Easily set your ZSH theme.
38 lines (37 loc) • 892 B
JSON
{
"name": "zsh-theme-setter",
"version": "1.0.2",
"description": "Easily set your ZSH theme.",
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run build:bin && npm run build:link",
"build:bin": "tsc",
"build:link": "sudo npm link",
"clean": "rm -rf bin/",
"dev": "npm run build && npm run start",
"start": "zsh-theme"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anthonypenna/zsh-theme-setter.git"
},
"keywords": [
"oh",
"my",
"zsh",
"theme"
],
"author": "anthonypenna",
"license": "MIT",
"bugs": {
"url": "https://github.com/anthonypenna/zsh-theme-setter/issues"
},
"homepage": "https://github.com/anthonypenna/zsh-theme-setter#readme",
"devDependencies": {
"@types/node": "^13.9.0",
"typescript": "^3.8.3"
},
"bin": {
"zsh-theme": "./bin/index.js"
}
}