{
  "name": "ignw-component-generator",
  "version": "1.0.8",
  "description": "React Component Scaffolding Tool",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "plop:component": "plop component",
    "start": "plop",
    "plop": "plop",
    "prebuild": "rm -rf dist/",
    "build": "tsc --build ./tsconfig.json",
    "tsc": "npm run build",
    "postbuild": "cp -R ./templates/ ./dist/templates"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run build && git add dist/"
    }
  },
  "main": "./bin/cli.js",
  "bin": {
    "plop-component": "bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ignw1/oss/ignw-component-generator.git"
  },
  "keywords": [
    "components",
    "react",
    "plop generator"
  ],
  "author": "IGNW",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/ignw1/oss/ignw-component-generator/issues"
  },
  "homepage": "https://gitlab.com/ignw1/oss/ignw-component-generator#readme",
  "dependencies": {
    "plop": "^2.7.4"
  },
  "devDependencies": {
    "@babel/types": "^7.11.0",
    "@types/babel__generator": "^7.6.1",
    "@types/edit-json-file": "^1.4.0",
    "@types/jest": "^26.0.9",
    "@types/node": "^13.13.15",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/eslint-plugin-tslint": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-immutable": "^1.0.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-prettier": "^3.1.4",
    "fs": "0.0.1-security",
    "husky": "^4.2.5",
    "prettier": "^2.0.5",
    "ts-jest": "^25.5.1",
    "ts-lint": "^4.5.1",
    "ts-node": "^8.10.2",
    "ts-node-dev": "^1.0.0-pre.56",
    "ts-to-json": "^0.65.4",
    "typescript": "^3.9.7"
  }
}
