UNPKG

watch-detector

Version:

[![Build Status](https://travis-ci.org/chrmod/watch-detector.svg?branch=master)](https://travis-ci.org/chrmod/watch-detector)

64 lines (63 loc) 1.42 kB
{ "name": "watch-detector", "version": "1.0.2", "description": "", "homepage": "https://github.com/chrmod/watch-detector#readme", "bugs": { "url": "https://github.com/chrmod/watch-detector/issues" }, "repository": { "type": "git", "url": "git+https://github.com/chrmod/watch-detector.git" }, "license": "MIT", "files": [ "lib/*" ], "main": "lib/index.js", "scripts": { "lint": "eslint lib test", "lint:fix": "eslint --fix lib test", "test": "mocha" }, "dependencies": { "heimdalljs-logger": "^0.1.10", "silent-error": "^1.1.1", "tmp": "^0.1.0" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "console-ui": "^3.1.1", "eslint-config-prettier": "^6.2.0", "eslint-plugin-mocha": "^6.1.0", "eslint-plugin-node": "^10.0.0", "eslint-plugin-prettier": "^3.1.0", "mocha": "^6.2.0", "mocha-eslint": "^5.0.0", "prettier": "^1.18.2", "release-it": "^12.2.1", "release-it-lerna-changelog": "^1.0.3", "sinon": "^7.4.2", "sinon-chai": "^3.3.0" }, "engines": { "node": ">= 8" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "release-it": { "plugins": { "release-it-lerna-changelog": { "infile": "CHANGELOG.md" } }, "git": { "tagName": "v${version}" }, "github": { "release": true } } }