UNPKG

webpack-sane-compiler-notifier

Version:

Notify webpack compilation status to your operating system when using webpack-sane-compiler

69 lines (68 loc) 1.7 kB
{ "name": "webpack-sane-compiler-notifier", "description": "Notify webpack compilation status to your operating system when using webpack-sane-compiler", "version": "2.1.1", "keywords": [ "webpack", "sane", "compiler", "notifier", "notification", "build" ], "author": "André Cruz <andre@moxy.studio>", "homepage": "https://github.com/moxystudio/webpack-sane-compiler-notifier", "repository": { "type": "git", "url": "git@github.com:moxystudio/webpack-sane-compiler-notifier.git" }, "license": "MIT", "main": "index.js", "files": [ "webpack-logo.png" ], "scripts": { "lint": "eslint .", "test": "jest --env node --coverage", "prerelease": "npm t && npm run lint", "release": "standard-version", "precommit": "lint-staged", "commitmsg": "commitlint -e $GIT_PARAMS" }, "standard-version": { "scripts": { "posttag": "git push --follow-tags origin master && npm publish" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "peerDependencies": { "webpack-sane-compiler": ">= 2.0.0 <4.0.0" }, "devDependencies": { "@commitlint/cli": "^7.0.0", "@commitlint/config-conventional": "^7.0.0", "eslint": "^4.3.0", "eslint-config-moxy": "^5.0.0", "husky": "^0.14.3", "jest": "^22.0.0", "jest-serializer-path": "^0.1.5", "lint-staged": "^7.0.0", "standard-version": "^4.2.0" }, "dependencies": { "node-notifier": "^5.1.2", "read-pkg-up": "^4.0.0", "strip-ansi": "^4.0.0", "webpack-sane-compiler-reporter": "^3.0.2" } }