{
  "name": "revtel",
  "version": "0.1.13",
  "description": "",
  "main": "cli.js",
  "bin": {
    "revtel": "cli.js"
  },
  "files": [
    "build",
    "templates",
    "src"
  ],
  "scripts": {
    "start": "nodemon",
    "test": "jest -i",
    "build": "tsc",
    "lint": "eslint src",
    "lint:fix": "eslint --fix src",
    "release": "release-it"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "@types/ejs": "^3.0.6",
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "babel-jest": "^26.6.3",
    "babel-loader": "8.1.0",
    "eslint": "^7.26.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.3.6",
    "husky": "^4.3.6",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.3",
    "nodemon": "^2.0.6",
    "prettier": "^2.2.1",
    "regenerator-runtime": "^0.13.7",
    "release-it": "^14.6.2",
    "typescript": "^4.2.4"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ],
    "plugins": [
      "@babel/plugin-proposal-class-properties"
    ]
  },
  "jest": {
    "watchPathIgnorePatterns": [
      "example-native",
      "example-gatsby"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**.ts": [
      "eslint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "chalk": "^4.1.1",
    "commander": "^7.2.0",
    "ejs": "^3.1.6",
    "execa": "^5.0.0",
    "ora": "^5.4.0",
    "replace-in-file": "^6.2.0"
  }
}
