{
  "name": "@eclass/cev-providers",
  "version": "2.6.1",
  "description": "Integración Proveedores CEV",
  "main": "dist/index.js",
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "format": "prettier-standard 'lib/**/*.ts'",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "locallyTest": "tsc testZoom.ts && node testZoom.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eclass/cev-providers"
  },
  "keywords": [
    "eclass"
  ],
  "engines": {
    "node": ">=10.16.3"
  },
  "author": "Team eClass <mespinoza@eclass.cl> (https://www.eclass.cl/)",
  "contributors": [
    "Gabriel I. Rebolledo Espinoza <grebolledo@eclass.cl>",
    "Julio A. Mena Pinto <julio.mena@eclass.cl>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eclass/cev-providers/issues"
  },
  "homepage": "https://github.com/eclass/cev-providers#readme",
  "dependencies": {
    "abort-controller": "3.0.0",
    "fast-xml-parser": "3.21.1",
    "jsonwebtoken": "8.5.1",
    "node-fetch": "2.6.7"
  },
  "devDependencies": {
    "@commitlint/cli": "9.1.2",
    "@commitlint/config-conventional": "9.1.2",
    "@eclass/eslint-config": "1.3.1",
    "@eclass/semantic-release-npm-github-config": "3.0.1",
    "@semantic-release/changelog": "5.0.1",
    "@semantic-release/git": "9.0.1",
    "@types/node": "14.18.21",
    "@typescript-eslint/eslint-plugin": "3.10.1",
    "@typescript-eslint/parser": "3.10.1",
    "@types/jsonwebtoken": "8.5.8",
    "eslint": "7.32.0",
    "eslint-plugin-array-func": "3.1.6",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "4.3.1",
    "eslint-plugin-security": "1.5.0",
    "eslint-plugin-sonarjs": "0.13.0",
    "eslint-plugin-standard": "4.1.0",
    "husky": "4.3.8",
    "lint-staged": "10.5.4",
    "prettier-standard": "16.4.1",
    "semantic-release": "17.4.7",
    "ts-node": "8.10.1",
    "typescript": "4.7.4"
  },
  "eslintConfig": {
    "extends": [
      "@eclass/eslint-config/typescript"
    ]
  },
  "eslintIgnore": [
    "coverage",
    "dist"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "lib/**/*.ts": [
      "eslint --fix",
      "prettier-standard",
      "git add"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "prettier": {
    "jsxBracketSameLine": true,
    "semi": false,
    "singleQuote": true,
    "jsxSingleQuote": false
  },
  "renovate": {
    "extends": [
      "@eclass:js-lib"
    ],
    "assignees": [
      "jmenast"
    ]
  },
  "release": {
    "extends": "@eclass/semantic-release-npm-github-config"
  }
}
