{ "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 ", "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.20.2" } }