{
  "name": "jvdx",
  "version": "2.2.1",
  "description": "CLI toolbox for common scripts and tasks for JS/TS projects",
  "author": "Joel Voß <mail@joelvoss.com>",
  "license": "MIT",
  "homepage": "https://github.com/joelvoss/jvdx",
  "bugs": {
    "url": "https://github.com/joelvoss/jvdx/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joelvoss/jvdx.git"
  },
  "main": "dist/index.js",
  "bin": {
    "jvdx": "dist/index.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "start": "./Taskfile.sh",
    "test": "./Taskfile.sh test",
    "prepublish": "./Taskfile.sh build"
  },
  "dependencies": {
    "@babel/cli": "7.11.6",
    "@babel/core": "7.11.6",
    "@babel/plugin-proposal-class-properties": "7.10.4",
    "@babel/plugin-proposal-optional-chaining": "7.11.0",
    "@babel/plugin-transform-modules-commonjs": "7.10.4",
    "@babel/plugin-transform-runtime": "7.11.5",
    "@babel/preset-env": "7.11.5",
    "@babel/preset-react": "7.10.4",
    "@babel/preset-typescript": "7.10.4",
    "@babel/runtime": "7.11.2",
    "@rollup/plugin-babel": "5.2.1",
    "@rollup/plugin-commonjs": "15.1.0",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "9.0.0",
    "@rollup/plugin-replace": "2.3.3",
    "@typescript-eslint/eslint-plugin": "4.4.0",
    "@typescript-eslint/parser": "4.4.0",
    "arrify": "2.0.1",
    "babel-eslint": "10.1.0",
    "babel-jest": "26.5.2",
    "babel-plugin-macros": "2.8.0",
    "babel-plugin-minify-dead-code-elimination": "0.5.1",
    "babel-plugin-module-resolver": "4.0.0",
    "babel-plugin-transform-inline-environment-variables": "0.4.3",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "babel-plugin-transform-rename-import": "2.3.0",
    "browserslist": "4.14.5",
    "builtin-modules": "3.1.0",
    "chalk": "4.1.0",
    "copyfiles": "2.4.0",
    "cross-spawn": "7.0.3",
    "enquirer": "2.3.6",
    "eslint": "7.10.0",
    "eslint-config-prettier": "6.12.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-prettier": "3.1.4",
    "eslint-plugin-react": "7.21.3",
    "eslint-plugin-react-hooks": "4.1.2",
    "fs-extra": "9.0.1",
    "glob": "7.1.6",
    "husky": "4.3.0",
    "is-ci": "2.0.0",
    "jest": "26.5.2",
    "jest-watch-typeahead": "0.6.1",
    "lint-staged": "10.4.0",
    "lodash": "4.17.20",
    "lodash-es": "4.17.15",
    "mkdirp": "1.0.4",
    "prettier": "2.1.2",
    "read-pkg-up": "7.0.1",
    "rimraf": "3.0.2",
    "rollup": "2.29.0",
    "rollup-plugin-eslint": "7.0.0",
    "rollup-plugin-terser": "7.0.2",
    "sade": "1.7.4",
    "semver": "7.3.2",
    "ts-jest": "26.4.1",
    "tslib": "2.0.2",
    "typescript": "4.0.3"
  },
  "devDependencies": {
    "@types/babel__core": "7.1.10",
    "@types/copyfiles": "2.4.0",
    "@types/cross-spawn": "6.0.2",
    "@types/fs-extra": "9.0.1",
    "@types/glob": "7.1.3",
    "@types/is-ci": "2.0.0",
    "@types/jest": "26.0.14",
    "@types/lodash": "4.14.161",
    "@types/mkdirp": "1.0.1",
    "@types/node": "14.11.8",
    "@types/rimraf": "3.0.0",
    "@types/which": "1.3.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "node dist/index.js pre-commit"
    }
  }
}
