{
  "name": "@hicoder/angular-cli",
  "version": "0.9.72",
  "description": "Angular UI componenets and service generator. It works with the mean-rest-express package to generate the end to end web application. The input to this generator is the Mongoose schema defined for the express application. mean-rest-express exposes the Restful API, and the code generated by mean-rest-angular consumes the API and makes ready-to-use Angular UI.",
  "main": "bin/mra.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LuckyBang/mean-rest.git"
  },
  "keywords": [
    "Express",
    "Node.js",
    "Mongoose",
    "Mongodb",
    "Angular",
    "MEAN",
    "Rest"
  ],
  "author": "Xibin Liu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LuckyBang/mean-rest/issues"
  },
  "homepage": "https://github.com/LuckyBang/mean-rest#readme",
  "dependencies": {
    "commander": "^9.2.0",
    "ejs": "^3.1.7",
    "express": "^4.18.1",
    "prettier": "^2.6.2",
    "minimatch": "^5.0.1",
    "mkdirp": "^1.0.4",
    "mongoose": "^6.3.3",
    "relative": "^3.0.2",
    "sorted-object": "^2.0.1",
    "string-humanize": "^1.0.1"
  },
  "files": [
    "bin/",
    "templates/"
  ],
  "bin": {
    "mra": "./bin/mra.js",
    "hg-angular-cli": "./bin/mra.js",
    "hg-angular-gen": "./bin/mra.js"
  }
}
