{
  "name": "@schematics/es",
  "version": "0.0.1",
  "description": "A blank schematics",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "tsc -p tsconfig.json -w",
    "test": "npm run build && jasmine src/**/*_spec.js"
  },
  "bin": {
    "es": "bin/index.js"
  },
  "keywords": [
    "schematics"
  ],
  "author": "",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^8.3.20",
    "@angular-devkit/schematics": "^8.3.20",
    "@types/jasmine": "^3.3.9",
    "@types/node": "^8.0.31",
    "inquirer": "^7.0.1",
    "jasmine": "^3.3.1",
    "shelljs": "^0.8.3",
    "typescript": "~3.5.3"
  },
  "devDependencies": {
    "@types/shelljs": "^0.8.6"
  }
}