{
  "name": "@huameow/schematics",
  "version": "0.0.6",
  "description": "huameow - modern, fast, powerful web framework (@schematics)",
  "main": "dist/index.js",
  "files": [
    "dist/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postbuild": "npm run copy:collection && npm run copy:lib",
    "build": "rm -rf dist && tsc --project tsconfig.lib.json",
    "clean": "gulp clean:src",
    "copy:collection": "cpx src/collection.json dist && cpx 'src/lib/**/schema.json' dist/lib",
    "copy:lib": "cpx 'src/lib/**/{files,workspace}/**/*.*' dist/lib && cpx 'src/lib/**/{files,workspace}/**/.!(gitignore)' dist/lib",
    "lint": "eslint '{src,test}/**/*.ts' --fix",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "test": "npm run clean && NODE_ENV=test jest -w 1 --no-cache --config jest.json",
    "test:dev": "NODE_ENV=test npm run -s test -- --watchAll",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "keywords": [
    "schematics",
    "huahua",
    "meow",
    "huameow"
  ],
  "repository": {
    "type": "git",
    "url": "git+github.com:huameow/schematics.git"
  },
  "author": "cieldon32@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/huameow/schematics/issues"
  },
  "homepage": "https://github.com/huameow/schematics#readme",
  "schematics": "./dist/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^9.1.5",
    "@angular-devkit/schematics": "^9.1.5"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-angular": "^8.3.4",
    "@types/fs-extra": "^8.1.0",
    "@types/jest": "^25.2.2",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.1",
    "@typescript-eslint/eslint-plugin": "^2.33.0",
    "@typescript-eslint/parser": "^2.33.0",
    "cpx": "^1.5.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "gulp": "^4.0.2",
    "gulp-clean": "^0.4.0",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "nyc": "^15.0.1",
    "release-it": "^13.5.8",
    "ts-jest": "^25.5.1",
    "ts-node": "^8.10.1",
    "typescript": "~3.8.2"
  },
  "peerDependencies": {
    "typescript": "~3.8.2"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  },
  "nyc": {
    "include": [
      "src"
    ],
    "exclude": [
      "node_modules",
      "test"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  }
}
