{
  "name": "penrice-scripts",
  "version": "0.0.1",
  "description": "CLI scripts used across all my projects. Support advanced workflows including monstrous monorepos",
  "keywords": [
    "monorepo",
    "git",
    "node"
  ],
  "author": "matt penrice <matthew.penrice@gmail.com> (https://github.com/elmpp)",
  "homepage": "https://github.com/elmpp/penrice-scripts#readme",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elmpp/penrice-scripts.git"
  },
  "bin": {
    "build": "dist/bin/build.js"
  },
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "tsc --noEmit && eslint . --ext .ts --ext .tsx",
    "format": "eslint . --fix --ext .ts --ext .tsx",
    "postinstall": "cd ../.. && yarn postinstall",
    "prepublishOnly": "yarn transpile",
    "transpile": "tsc --module commonjs",
    "transpile-watch": "yarn transpile --watch",
    "contributors-generate": "all-contributors generate"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/elmpp/penrice-scripts/issues"
  },
  "engines": {
    "node": ">=12.14.0"
  },
  "devDependencies": {
    "@commitlint/cli": "8.2.0",
    "@commitlint/config-conventional": "8.2.0",
    "@commitlint/config-lerna-scopes": "8.2.0",
    "@types/fs-extra": "^8.0.1",
    "@types/lodash": "4.14.149",
    "@typescript-eslint/eslint-plugin": "2.13.0",
    "@typescript-eslint/parser": "2.13.0",
    "all-contributors-cli": "6.11.2",
    "babel-eslint": "10.0.3",
    "eslint": "6.8.0",
    "eslint-config-prettier": "latest",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jest": "latest",
    "eslint-plugin-jsx-a11y": "latest",
    "eslint-plugin-prettier": "latest",
    "eslint-plugin-promise": "latest",
    "eslint-plugin-react": "latest",
    "eslint-plugin-react-hooks": "latest",
    "fs-extra": "^8.1.0",
    "git-cz": "4.2.0",
    "microbundle": "^0.12.0-next.6",
    "penrice-typescript-aliases": "latest",
    "prettier": "1.19.1",
    "typescript": "3.7.4"
  },
  "gitHead": "557a99fcb389298d78492f56390f7aaa3621d65e"
}
