{
    "name": "prodap-chatbot-metricas",
    "version": "0.4.2",
    "description": "Biblioteca reponsável por capturar as métricas das Cloud Functions do Assistente Virtual",
    "repository": {
        "type": "git",
        "url": "https://gitlab.com/prodap-tech/assistente-virtual/intencoes/metricas/prodap-chatbot-metricas.git"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "author": "Tarley Lana",
    "bugs": {
        "url": "https://apecuariadeprecisao.com.br/lore-inteligencia-artificial/"
    },
    "homepage": "https://apecuariadeprecisao.com.br/lore-inteligencia-artificial/",
    "main": "build/src/index.js",
    "types": "build/src/index.d.ts",
    "files": [
        "build/src"
    ],
    "license": "MIT",
    "keywords": [
        "Prodap",
        "DSM",
        "DSM-Firmenich",
        "Lore",
        "Chatbot",
        "TypeScript",
        "Metricas",
        "Monitoramento"
    ],
    "scripts": {
        "prebuild": "npx prettier --write **/*.{js,json,ts} && npx prettier --write *.{js,json,ts} && gts fix",
        "build": "tsc",
        "prestart": "npm run build",
        "start": "",
        "prettier:write": "npx prettier --write **/*.{js,json,ts} && npx prettier --write *.{js,json,ts}",
        "lint": "tsc --noEmit && eslint --ext .ts ./",
        "check": "gts check",
        "clean": "gts clean",
        "compile": "tsc",
        "fix": "gts fix",
        "prepare": "npm run compile",
        "pretest": "npm run compile",
        "test": "jest --watchAll --verbose --coverage --coverageDirectory=coverage/jest",
        "testcommit": "jest --bail --silent --noStackTrace",
        "commit": "cz",
        "version": "echo $npm_package_version"
    },
    "devDependencies": {
        "@types/jest": "^29.5.12",
        "@types/node": "^20.14.2",
        "@typescript-eslint/eslint-plugin": "^5.62.0",
        "@typescript-eslint/parser": "^5.62.0",
        "cz-conventional-changelog": "3.3.0",
        "eslint": "^8.57.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-prettier": "^5.1.3",
        "eslint-plugin-promise": "^6.2.0",
        "gts": "^5.3.0",
        "husky": "^4.2.5",
        "jest": "^29.7.0",
        "prettier": "^3.0.0",
        "pretty-quick": "^2.0.1",
        "ts-jest": "^29.1.1",
        "typescript": "^5.4.5"
    },
    "dependencies": {
        "@google-cloud/pubsub": "^2.19.4",
        "@types/babel__traverse": "^7.0.6",
        "@types/uuid": "^8.0.1",
        "uuid": "^8.3.0"
    },
    "config": {
        "commitizen": {
            "path": "cz-conventional-changelog"
        }
    }
}
