{
  "name": "@scullyio/init",
  "version": "2.1.41",
  "description": "Add scully to your angular app",
  "repository": {
    "type": "GIT",
    "url": "https://github.com/scullyio/scully/tree/main/libs/scully-schematics"
  },
  "scripts": {
    "build": "tsc -p tsconfig.lib.json",
    "dev": "tsc -p tsconfig.lib.json --watch",
    "schematics-dev": "tsc -p tsconfig.lib.json && schematics .:ng-add --blog",
    "schematics-pack": "tsc -p tsconfig.lib.json && npm pack",
    "schematics": "npm run build && schematics .:install --blog",
    "test": "tsc -p tsconfig.spec.json && jest src/**/*_spec.js",
    "publish:patch": "tsc -p ./tsconfig.lib.json && npm version patch && npm publish --access public",
    "publish:minor": "tsc -p ./tsconfig.lib.json && npm version minor && npm publish --access public",
    "publish:major": "tsc -p ./tsconfig.lib.json && npm version major && npm publish --access public"
  },
  "keywords": [
    "schematics",
    "scully",
    "angular",
    "herodevs",
    "Static"
  ],
  "author": "@herodevs",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": ">12.0.0",
    "@angular-devkit/schematics": ">12.0.0",
    "@schematics/angular": ">12.0.0",
    "js-yaml": "^4.1.0",
    "@angular/core": "12.2.6",
    "@angular/router": "12.2.6",
    "@angular/common": "12.2.6",
    "@scullyio/ng-lib": "2.1.41",
    "rxjs": "^7.5.4",
    "zone.js": "0.11.4",
    "@scullyio/scully": "2.1.41",
    "asciidoctor": "^2.2.5",
    "prismjs": "^1.27.0",
    "puppeteer": "^13.4.1",
    "@sentry/node": "^6.12.0",
    "os": "^0.1.2",
    "chokidar": "^3.5.3",
    "chalk": "^4.1.2",
    "@angular/platform-server": "12.2.6",
    "selfsigned": "^2.0.0",
    "express": "4.17.3",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "ws": "^8.5.0"
  },
  "devDependencies": {},
  "peerDependencies": {
    "typescript": "^4.2.4",
    "guess-parser": "^0.4.22"
  },
  "main": "./src/index.js",
  "typings": "./src/index.d.ts"
}
