UNPKG

watch-dependency-graph

Version:

[![npm version](https://img.shields.io/npm/v/watch-dependency-graph?style=flat&colorA=4488FF&colorB=4488FF)](https://www.npmjs.com/package/watch-dependency-graph) [![test coverage](https://img.shields.io/coveralls/github/sure-thing/watch-dependency-graph?

59 lines (58 loc) 1.61 kB
{ "name": "watch-dependency-graph", "version": "3.0.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "is-ci || husky install", "test": "tap --ts --node-arg=--require=esbuild-register --no-check-coverage", "build": "node scripts/build && pnpx tsc --emitDeclarationOnly", "typecheck": "pnpx tsc --noEmit", "lint": "prettier --check .", "format": "prettier --write ." }, "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", "lodash": "^4.17.21", "strip-comments": "^2.0.1" }, "devDependencies": { "@commitlint/cli": "^14.1.0", "@commitlint/config-conventional": "^14.1.0", "@semantic-release/git": "^10.0.1", "@tsconfig/node12": "^1.0.9", "@types/fs-extra": "^9.0.13", "@types/lodash": "^4.14.176", "@types/tap": "^15.0.5", "commitlint": "^14.1.0", "esbuild": "^0.13.13", "esbuild-register": "^3.1.2", "fs-extra": "^9.1.0", "husky": "^7.0.4", "is-ci": "^3.0.1", "prettier": "^2.4.1", "semantic-release": "^18.0.0", "tap": "^15.0.10", "typescript": "^4.4.4" } }