hyper-mac-pro/package.json

48 lines
987 B
JSON

{
"name": "hyper-mac-pro",
"version": "1.0.3",
"description": "Tab style for Hyper inspired by Apple's pro apps on macOS",
"license": "MIT",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"main": "index.js",
"scripts": {
"test": "xo && stylelint *.css",
"precommit": "npm run test",
"release": "./node_modules/release-it/bin/release.js --src.tagName='v%s' --github.release --npm.publish"
},
"files": [
"index.js",
"styles.css"
],
"repository": "kremalicious/hyper-mac-pro",
"xo": {
"esnext": true,
"space": 4,
"semicolon": false,
"globals": [
"document",
"window",
"screen"
]
},
"keywords": [
"hyper",
"hyperterm",
"theme",
"ui",
"native",
"tabs",
"mac",
"macos",
"dark",
"pro"
],
"devDependencies": {
"husky": "^0.14.0",
"release-it": "^5.0.0",
"stylelint": "^8.3.0",
"stylelint-config-standard": "^18.0.0",
"xo": "^0.17.1"
}
}