{
  "name": "ihub-framework-ts",
  "version": "2.2.3",
  "description": "iHub Framework",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "concurrently 'npm run build:watch' 'npm run start:watch'",
    "start:watch": "nodemon --legacy-watch --inspect=0.0.0.0:${DEBUG_PORT} dist",
    "build:watch": "tsc -w --skipLibCheck",
    "build": "tsc --skipLibCheck",
    "lint": "eslint src/ --ext .ts,.tsx",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "is-ci || husky install",
    "prepare:unix": "is-ci || concurrently 'husky install' 'npx husky add .husky/pre-commit' 'chmod ug+x .husky/* && chmod ug+x .git/hooks/*'"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:infralabs/ihub/framework/ihub-framework-ts.git"
  },
  "author": "Henrique Marques Fernandes <henrique.fernandes@infracommerce.com.br>",
  "license": "ISC",
  "dependencies": {
    "@types/amqplib": "^0.8.0",
    "@types/body-parser": "^1.19.0",
    "@types/cors": "^2.8.10",
    "@types/cron": "^1.7.2",
    "@types/crypto-js": "^4.1.1",
    "@types/elasticsearch": "^5.0.31",
    "@types/express": "^4.17.8",
    "@types/express-http-proxy": "^1.6.1",
    "@types/jsonwebtoken": "^8.5.0",
    "@types/lodash": "^4.14.168",
    "@types/mongoose": "5.10.4",
    "@types/node": "^15.12.5",
    "@types/uniqid": "^5.3.0",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "amqplib": "^0.8.0",
    "axios": "^0.21.1",
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "cron": "^1.7.0",
    "cron-validator": "^1.2.1",
    "crypto-js": "^4.1.1",
    "elastic-apm-node": "^3.12.1",
    "elasticsearch": "^15.4.1",
    "express": "^4.17.1",
    "express-http-proxy": "^1.6.2",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.21",
    "mongoose": "5.10.19",
    "serialize-error": "^8.0.1",
    "uniqid": "^5.3.0",
    "winston": "^3.3.3",
    "winston-elasticsearch": "^0.7.12"
  },
  "devDependencies": {
    "concurrently": "^6.2.0",
    "eslint": "^7.29.0",
    "husky": "^7.0.4",
    "is-ci": "^3.0.1",
    "nodemon": "^2.0.7",
    "typescript": "^4.3.4"
  }
}
