{
  "name": "grespost",
  "description": "",
  "version": "1.2.2",
  "main": "dist/index.js",
  "author": "",
  "license": "ISC",
  "scripts": {
    "test": "jest",
    "lint": "eslint 'src/**/*.ts'",
    "build": "tsc -p tsconfig.build.json",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shopmonkeyus/grespost.git"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {},
  "devDependencies": {
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@types/jest": "^27.0.1",
    "@types/node": "^14.17.2",
    "@types/pg": "^8.6.1",
    "@typescript-eslint/eslint-plugin": "^4.31.0",
    "@typescript-eslint/parser": "^4.31.0",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jest": "^24.4.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "husky": "^7.0.2",
    "jest": "^27.1.1",
    "pg": "^8.7.1",
    "ts-jest": "^27.0.5",
    "typescript": "^4.5.5"
  }
}
