{
  "name": "voicer-express-lib",
  "version": "2.1.17",
  "description": "Biblioteca para abstração do express em apis",
  "main": "lib/main/index.js",
  "repository": "git@github.com:VoicerBr/expressLib.git",
  "author": "<antonio.centeno@automatech.com.br>",
  "license": "MIT",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "rm -rf lib && tsc -p tsconfig.build.json",
    "lint": "eslint ./src --ext .ts",
    "lint:fix": "yarn lint --fix"
  },
  "devDependencies": {
    "@types/jest": "^28.1.5",
    "@types/lodash": "^4.14.192",
    "@types/node": "^18.0.3",
    "@types/supertest": "^2.0.12",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "^8.19.0",
    "eslint-config-standard-with-typescript": "^22.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "jest": "^28.1.3",
    "supertest": "^6.2.4",
    "ts-jest": "^28.0.5",
    "ts-node-dev": "^2.0.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@types/express": "^4.17.13",
    "dotenv": "^16.0.1",
    "express": "^4.18.1",
    "lodash": "^4.17.21"
  }
}
