{
  "name": "foundation-cli",
  "version": "2.3.2",
  "description": "Command-line interface for the Foundation family of frameworks.",
  "keywords": [
    "foundation",
    "cli",
    "scaffold"
  ],
  "author": "Foundation <contact@get.foundation> (https://get.foundation)",
  "main": "lib/index.js",
  "bin": {
    "foundation": "./bin/foundation.js"
  },
  "dependencies": {
    "async": "^3.2.1",
    "colors": "^1.4.0",
    "inquirer": "^8.1.5",
    "is-root": "^2.1.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "multiline": "^1.0.2",
    "nopt": "^5.0.0",
    "npm": "^7.24.0",
    "paint-by-number": "2.0.0",
    "rimraf": "^3.0.2",
    "semver": "^7.3.5",
    "string-length": "^4.0.2",
    "terminal-kit": "^2.1.6",
    "update-notifier": "^5.1.0",
    "which": "^2.0.2"
  },
  "homepage": "https://get.foundation",
  "repository": {
    "type": "git",
    "url": "https://github.com/foundation/foundation-cli"
  },
  "resolutions": {
    "colors": "1.4.0"
  },
  "bugs": {
    "url": "https://github.com/foundation/foundation-cli/issues"
  },
  "scripts": {
    "test": "node bin/foundation.js new"
  },
  "preferGlobal": true,
  "engines": {
    "node": ">=12.0"
  },
  "license": "MIT",
  "devDependencies": {
    "editorconfig": "^0.15.3",
    "eslint": "^8.1.0"
  }
}
