{
  "name": "@cobuildlab/camron-shared",
  "version": "0.8.46",
  "description": "<TODO>",
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "test": "jest --collect-coverage",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "eslint --fix"
  },
  "homepage": "<TODO>",
  "bugs": {
    "url": "https://github.com/cobuildlab/camron-shared/issues"
  },
  "author": "<TODO>",
  "license": "GPL-3.0",
  "files": [
    "lib/**/*"
  ],
  "devDependencies": {
    "@babel/core": "7.9.6",
    "@babel/preset-env": "7.9.6",
    "@babel/preset-typescript": "7.9.0",
    "@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": "25.5.4",
    "lint-staged": "10.2.2",
    "prettier": "2.0.5",
    "ts-jest": "25.5.1",
    "typescript": "3.8.3"
  },
  "dependencies": {
    "@cobuildlab/validation-utils": "0.0.4",
    "moment": "^2.27.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npx lint-staged",
      "pre-push:": "npm test"
    }
  },
  "lint-staged": {
    "*.{js,ts}": [
      "prettier --write",
      "eslint --fix"
    ]
  }
}
