{
  "name": "anew-cli",
  "version": "1.1.9",
  "description": "Anew Framework ClI Tool",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "bin": {
    "anew": "./index.js"
  },
  "dependencies": {
    "boxen": "^1.3.0",
    "colors": "^1.2.1",
    "commander": "^2.15.0"
  }
}
