{
  "name": "ng-monaca-schematics",
  "version": "0.0.8",
  "description": "Monaca / OnsenUI / Anguler6+ schematics",
  "scripts": {
    "release": "npm run build && npm publish",
    "postinstall": "npm install @angular/cli@6.0.8 --no-save",
    "clean": "del-cli src/**/*.js src/**/*.js.map src/**/*.d.ts !src/*/files/**/*.js",
    "build": "npm run clean && tsc -p tsconfig.json",
    "w": "tsc -p tsconfig.json -w",
    "test": "npm run build && jasmine src/**/*_spec.js",
    "checkformat": "npm run clean && prettier src/*/files/**/*.js src/*/*.ts e2e/**/*.ts  --list-different",
    "format": "prettier src/*/files/**/*.js src/*/*.ts e2e/**/*.ts --write",
    "lint.check": "tslint-config-prettier-check ./tslint.json",
    "e2e": "del-cli e2e/_tmp e2e/_build && make-dir e2e/_tmp && tsc -p e2e/tsconfig.json && jest --maxWorkers=1 e2e/_build/test",
    "test.all": "npm run checkformat && npm run test && npm run e2e"
  },
  "keywords": [
    "schematics",
    "monaca",
    "onsenui",
    "angular"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MSakamaki/ng-monaca-schematics"
  },
  "author": "",
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "engines": {
    "node": ">=8.9",
    "npm": ">=6.1.0"
  },
  "bugs": {
    "url": "https://github.com/MSakamaki/ng-monaca-schematics/issues"
  },
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "0.6.8",
    "@angular-devkit/schematics": "0.6.8",
    "@schematics/angular": "0.6.8",
    "monaca": "^2.7.4",
    "monaca-lib": "^2.7.4",
    "npm": "^6.1.0",
    "typescript": "~2.7.2"
  },
  "devDependencies": {
    "@types/esprima": "^4.0.2",
    "@types/jasmine": "^2.8.8",
    "@types/jest": "^23.1.2",
    "@types/node": "^10.3.6",
    "@types/prettier": "^1.13.1",
    "cheerio": "^1.0.0-rc.2",
    "cpx": "^1.5.0",
    "del-cli": "^1.1.0",
    "esprima": "^4.0.0",
    "jasmine": "^2.9.0",
    "jest": "^23.2.0",
    "make-dir-cli": "^1.0.0",
    "prettier": "^1.13.6",
    "tslint": "^5.10.0",
    "tslint-config-prettier": "^1.13.0",
    "tslint-plugin-prettier": "^1.3.0"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "tmp"
    ]
  }
}
