{
  "name": "@cobuildlab/lead-volt-share",
  "version": "0.2.4",
  "description": "",
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "jest --collect-coverage",
    "build": "tsc",
    "dev": "tsc --watch",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cobuildlab/lead-volt-share.git"
  },
  "keywords": [],
  "author": "https://github.com/jesusrodrz",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cobuildlab/lead-volt-share/issues"
  },
  "homepage": "https://github.com/cobuildlab/lead-volt-share#readme",
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-typescript": "^7.9.0",
    "@divyenduz/ts-graphql-plugin": "^0.1.0",
    "@jest/globals": "^27.0.3",
    "@types/jest": "^25.2.1",
    "@types/node": "^13.13.5",
    "@typescript-eslint/eslint-plugin": "^2.33.0",
    "@typescript-eslint/parser": "^2.33.0",
    "babel-jest": "^26.0.1",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-jest": "^23.13.1",
    "eslint-plugin-jsdoc": "^25.4.1",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "lint-staged": "^10.2.2",
    "prettier": "^2.0.5",
    "ts-jest": "^25.5.1",
    "typescript": "^3.9.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run test && lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx,jsx}": [
      "prettier --write",
      "eslint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "@cobuildlab/validation-utils": "0.0.5",
    "@types/dotenv": "^8.2.0",
    "dotenv": "^8.2.0",
    "moment": "^2.29.1"
  }
}
