{
  "name": "justweb",
  "version": "0.0.0-alpha.3",
  "description": "justrest CLI for managing API projects",
  "main": "index.js",
  "bin": {
    "just": "./just.js"
  },
  "dependencies": {
    "commander": "^8.3.0",
    "cross-port-killer": "^1.3.0",
    "detect-port": "^1.3.0",
    "execa": "^5.1.1",
    "fdir": "^5.1.0",
    "find-package-json": "^1.2.0",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.2.0",
    "inquirer-file-tree-selection-prompt": "^1.0.13",
    "inquirer-search-list": "^1.2.6",
    "liquidjs": "^9.28.5",
    "lodash": "^4.17.21",
    "mkdirp": "^1.0.4",
    "picomatch": "^2.3.0",
    "pluralize": "^8.0.0",
    "prompts": "^2.4.2",
    "replace-in-file": "^6.3.2",
    "sql-formatter": "^4.0.2"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CyprusCodes/justrest.git"
  },
  "keywords": [
    "cli",
    "rest",
    "nodejs"
  ],
  "author": "CyprusCodes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CyprusCodes/justrest/issues"
  },
  "homepage": "https://github.com/CyprusCodes/justrest#readme"
}
