{
    "name": "@bradgarropy/plop-generator-react-component",
    "version": "1.1.1",
    "description": "💧 plop generator react component",
    "keywords": [
        "node",
        "typescript",
        "eslint",
        "prettier",
        "jest",
        "plop",
        "plop-pack",
        "plop-generator",
        "react"
    ],
    "homepage": "https://github.com/bradgarropy/plop-generator-react-component",
    "bugs": {
        "url": "https://github.com/bradgarropy/plop-generator-react-component/issues"
    },
    "license": "MIT",
    "author": {
        "name": "Brad Garropy",
        "email": "bradgarropy@gmail.com",
        "url": "https://bradgarropy.com"
    },
    "files": [
        "dist"
    ],
    "main": "dist/index.js",
    "types": "dist/types/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/bradgarropy/plop-generator-react-component"
    },
    "scripts": {
        "start": "tsc --watch",
        "build": "tsc",
        "postbuild": "cp -r src/templates dist/templates",
        "lint": "eslint .",
        "lint:fix": "eslint --fix .",
        "format": "prettier --check .",
        "format:fix": "prettier --write .",
        "test": "jest --passWithNoTests",
        "test:watch": "jest --passWithNoTests --watch",
        "contributors": "all-contributors generate",
        "prepare": "npm run build"
    },
    "dependencies": {
        "tslib": "^2.3.1"
    },
    "peerDependencies": {
        "plop": "^2.7.4"
    },
    "devDependencies": {
        "@bradgarropy/eslint-config": "^1.2.3",
        "@bradgarropy/eslint-config-typescript": "^1.0.3",
        "@types/jest": "^27.4.0",
        "@typescript-eslint/eslint-plugin": "^5.11.0",
        "@typescript-eslint/parser": "^5.11.0",
        "all-contributors-cli": "^6.20.0",
        "babel-eslint": "^10.1.0",
        "eslint": "^8.9.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-simple-import-sort": "^7.0.0",
        "husky": "^4.3.8",
        "jest": "^27.5.1",
        "lint-staged": "^10.5.4",
        "node-plop": "^0.26.2",
        "plop": "^2.7.4",
        "prettier": "^2.5.1",
        "ts-jest": "^27.1.3",
        "typescript": "^4.5.5"
    },
    "engines": {
        "node": ">=10"
    }
}
