1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-06-25 02:36:42 +02:00
hyper-mac-pro/package.json

42 lines
855 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",
"precommit": "npm run test",
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish"
},
"files": [
"index.js",
"styles.js"
],
"repository": "kremalicious/hyper-mac-pro",
"xo": {
"esnext": true,
"space": 4,
"semicolon": false,
"globals": ["document"]
},
"keywords": [
"hyper",
"hyperterm",
"theme",
"ui",
"native",
"tabs",
"mac",
"macos",
"dark",
"pro"
],
"devDependencies": {
"husky": "^0.14.0",
"release-it": "^7.0.2",
"xo": "^0.21.0"
}
}