{
  "name": "snyk-tree",
  "description": "Takes the dep tree in JSON form, and echos out a tree akin to `npm ls`",
  "main": "lib/archy.js",
  "bin": {
    "npm-tree": "lib/index.js"
  },
  "scripts": {
    "cover": "tap test/*.test.js --cov --coverage-report=lcov",
    "test": "tap test/*.test.js --cov --timeout=60",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "author": "Remy Sharp",
  "license": "Apache-2.0",
  "dependencies": {
    "archy": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Snyk/tree.git"
  },
  "devDependencies": {
    "semantic-release": "^4.3.5",
    "tap": "^5.1.1"
  },
  "version": "1.0.0"
}