watch-dependency-graph
Version:
A Node file watcher, but instead of scanning the filesystem for files to be watched, it monitors only specified entry files and their dependency trees.
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "watch-dependency-graph",
"version": "2.6.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test",
"test:watch": "nodemon -i ./test/fixtures test",
"format": "prettier-standard --format"
},
"husky": {
"hooks": {
"pre-commit": "prettier-standard --format --staged && npm run test",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"keywords": [
"dependency tree",
"module",
"graph",
"tree",
"node"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sure-thing/watch-dependency-graph.git"
},
"author": "estrattonbailey",
"license": "MIT",
"bugs": {
"url": "https://github.com/sure-thing/watch-dependency-graph/issues"
},
"homepage": "https://github.com/sure-thing/watch-dependency-graph#readme",
"dependencies": {
"debug": "^4.2.0",
"es-module-lexer": "^0.4.1",
"filewatcher": "^3.0.1",
"strip-comments": "^2.0.1"
},
"devDependencies": {
"baretest": "^2.0.0",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"fs-extra": "^9.0.1",
"husky": "^4.3.0",
"nodemon": "^2.0.4",
"prettier-standard": "^16.4.1",
"semantic-release": "^17.2.2"
}
}