UNPKG

dependency-cruiser

Version:

Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.

71 lines (70 loc) 1.89 kB
{ "name": "dependency-cruiser", "version": "1.7.1", "description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.", "bin": { "dependency-cruiser": "bin/dependency-cruise", "dependency-cruise": "bin/dependency-cruise", "depcruise": "bin/dependency-cruise" }, "scripts": { "cover": "istanbul cover node_modules/mocha/bin/_mocha -- test/*/*.spec.js", "lint": "eslint src test", "nsp": "nsp check", "npm-check-updates": "ncu --upgrade", "test": "mocha --bail -R dot test/*/*.spec.js", "test-long": "mocha --bail test/*/*.spec.js", "watch": "mocha --watch --watch-extensions=json --reporter=min test/*/*.spec.js" }, "keywords": [ "javascript", "typescript", "coffeescript", "dependencies", "ES6", "ES2015", "AMD", "CommonJS", "validation" ], "author": "Sander Verweij", "license": "MIT", "devDependencies": { "chai": "3.5.0", "chai-json-schema": "1.4.0", "eslint": "3.11.1", "eslint-plugin-security": "1.2.0", "intercept-stdout": "0.1.2", "istanbul": "0.4.5", "js-makedepend": "2.0.0", "mocha": "3.2.0", "npm-check-updates": "2.8.8", "nsp": "2.6.2" }, "repository": { "type": "git", "url": "git+https://github.com/sverweij/dependency-cruiser" }, "bugs": { "url": "https://github.com/sverweij/dependency-cruiser/issues" }, "homepage": "https://github.com/sverweij/dependency-cruiser", "dependencies": { "acorn": "4.0.3", "ajv": "4.9.2", "chalk": "1.1.3", "coffee-script": "1.12.0", "commander": "2.9.0", "figures": "2.0.0", "handlebars": "4.0.6", "lodash": "4.17.2", "resolve": "1.1.7", "safe-regex": "1.1.0", "semver": "5.3.0", "typescript": "2.1.4" }, "engines": { "node": ">=4" }, "preferGlobal": true }