{
  "name": "@cuba-platform/front-generator",
  "version": "1.1.1",
  "description": "CUBA Platform front-end clients generator",
  "main": "lib/cli.js",
  "bin": {
    "gen-cuba-front": "bin/gen-cuba-front.js"
  },
  "engines": {
    "node": ">=8.0"
  },
  "scripts": {
    "compile": "tsc",
    "build": "rimraf lib && tsc && node scripts/copy-templates.js",
    "watch": "tsc -w",
    "test": "mocha --config test/mocha.js.opts",
    "test:e2e": "node test/e2e.test.js",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cuba-labs/cuba-front-generator"
  },
  "dependencies": {
    "commander": "~2.13.0",
    "through2": "^2.0.3",
    "yeoman-environment": "^2.1.1",
    "yeoman-generator": "^2.0.5"
  },
  "bundleDependencies": [
    "commander",
    "through2",
    "yeoman-environment",
    "yeoman-generator"
  ],
  "devDependencies": {
    "@types/ejs": "^2.5.1",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.6.17",
    "@types/through2": "^2.0.33",
    "@types/yeoman-generator": "^2.0.3",
    "mocha": "^5.1.1",
    "rimraf": "^2.6.2",
    "source-map-support": "^0.5.6",
    "ts-node": "^4.1.0",
    "typescript": "^2.7.2",
    "vinyl-fs": "^3.0.3"
  },
  "author": "CUBA Platform Team <info@cuba-platform.com>",
  "license": "Apache-2.0"
}
