{
  "name": "denali-cli",
  "version": "0.0.27",
  "description": "The official CLI for creating, building, and running Denali apps and addons",
  "homepage": "http://denali.js.org",
  "repository": "denali-js/denali-cli",
  "author": {
    "name": "Dave Wasmer",
    "email": "davewasmer@gmail.com",
    "url": "http://davewasmer.com"
  },
  "bin": {
    "denali": "dist/bin/denali"
  },
  "main": "dist/lib/index.js",
  "engines": {
    "node": ">=7.6"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "denali",
    "cli",
    "framework",
    "opinionated",
    "server"
  ],
  "devDependencies": {
    "ava": "^0.25.0",
    "nyc": "^11.4.1",
    "standard-version": "^4.3.0",
    "tslint": "^5.9.1",
    "typescript": "^2.7.1"
  },
  "scripts": {
    "build": "npm run build:clean && npm run build:blueprints && npm run build:compile && npm run build:bin && npm run build:templates",
    "build:clean": "rm -rf dist coverage .nyc_output && mkdir dist",
    "build:blueprints": "cp -R blueprints dist/blueprints",
    "build:compile": "tsc",
    "build:bin": "mv dist/bin/denali.js dist/bin/denali && chmod +x dist/bin/denali",
    "build:templates": "cp -r lib/templates dist/lib/templates",
    "prepublishOnly": "npm run build",
    "lint": "! tslint --project tsconfig.json -c tslint.json | sed \"s|$PWD/||\" | grep ERROR",
    "test": "npm run lint && npm run build && nyc ava dist/test/acceptance"
  },
  "license": "MIT",
  "dependencies": {
    "@denali-js/documenter": "^1.0.3",
    "@types/bluebird": "^3.5.20",
    "@types/debug": "^0.0.30",
    "@types/dotenv": "^4.0.2",
    "@types/flat": "^0.0.28",
    "@types/fs-extra": "^5.0.0",
    "@types/lodash": "^4.14.100",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^9.4.0",
    "@types/resolve": "^0.0.6",
    "@types/rimraf": "^2.0.2",
    "@types/semver": "^5.5.0",
    "@types/source-map-support": "^0.4.0",
    "@types/tmp": "^0.0.33",
    "@types/yargs": "^10.0.1",
    "bluebird": "^3.5.1",
    "broccoli": "^0.16.9",
    "broccoli-concat": "^3.2.2",
    "broccoli-file-creator": "^1.1.1",
    "broccoli-funnel": "^2.0.1",
    "broccoli-merge-trees": "^2.0.0",
    "broccoli-plugin": "^1.3.0",
    "broccoli-slow-trees": "3.0.1",
    "broccoli-stew": "^1.5.0",
    "chalk": "^2.3.0",
    "command-exists": "^1.2.2",
    "copy-dereference": "^1.0.0",
    "debug": "^3.1.0",
    "dedent-js": "^1.0.1",
    "dotenv": "^5.0.0",
    "fast-sourcemap-concat": "^1.2.3",
    "find-plugins": "^1.1.6",
    "fs-extra": "^5.0.0",
    "globby": "^7.1.1",
    "is-directory": "^0.3.1",
    "lodash": "^4.17.5",
    "mkdirp": "^0.5.1",
    "nested-error-stacks": "^2.0.0",
    "ora": "^1.4.0",
    "pkg-dir": "^2.0.0",
    "read-pkg": "^3.0.0",
    "read-pkg-up": "^3.0.0",
    "require-tree": "^1.1.1",
    "resolve": "^1.5.0",
    "rimraf": "^2.6.2",
    "semver": "^5.5.0",
    "source-map-support": "^0.5.3",
    "source-map-url": "^0.4.0",
    "symlink-or-copy": "^1.1.8",
    "tmp": "^0.0.33",
    "tslib": "^1.9.0",
    "walk-sync": "^0.3.2",
    "yargs": "^11.0.0"
  },
  "types": "dist/lib/index.d.ts"
}
