
{
  "name": "penrice-scripts",
  "version": "0.0.0",
  "description": "Default description for penrice-scripts",
  "author": "matt penrice <matthew.penrice@gmail.com> (https://github.com/elmpp)",
  "homepage": "https://github.com/elmpp/penrice-scripts#readme",
  "license": "MIT",
  "keywords": [],
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elmpp/penrice-scripts.git"
  },
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "scripts": {

    "contributors-generate": "all-contributors generate",
    "format": "eslint . --fix --ext .ts --ext .tsx",
    "lint": "tsc --noEmit && eslint . --ext .ts --ext .tsx",
    "postinstall": "cd ../.. && yarn postinstall",
    "prepublishOnly": "yarn transpile",
    "transpile": "tsc --module commonjs",
    "transpile-watch": "yarn transpile --watch"
  },
  "bugs": {
    "url": "https://github.com/elmpp/penrice-scripts/issues"
  },
  "engines": {
    "node": ">=12.14.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
  },
  "devDependencies": {
        "@commitlint/cli": "8.2.0",
        "@commitlint/config-conventional": "8.2.0",
        "@commitlint/config-lerna-scopes": "8.2.0",
        "@types/lodash": "4.14.149",
        "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",
        "git-cz": "4.2.0",
        "prettier": "1.19.1",
        "penrice-typescript-aliases": "latest",
        "typescript": "3.7.4",
        "@typescript-eslint/eslint-plugin": "2.13.0",
        "@typescript-eslint/parser": "2.13.0"
  }
}
