{
  "name": "express-http-server-secure",
  "version": "1.1.3",
  "description": "NodeJS dataverse express http server",
  "homepage": "https://github.com/vishpatel30/common-nodejs-components/packages/express-http-server#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vishpatel30/common-nodejs-components.git"
  },
  "scripts": {
    "test": "jest -c ../../jest.config.js",
    "build": "tsc",
    "clean": "rm -r ./dist"
  },
  "bugs": {
    "url": "https://github.com/vishpatel30/common-nodejs-components/issues"
  },
  "devDependencies": {
    "@types/cookie-parser": "^1.4.2",
    "@types/cors": "^2.8.13",
    "@types/dotenv": "^6.1.1",
    "@types/express": "^4.17.17",
    "@types/jest": "^29.5.3",
    "@types/node": "^18.11.19",
    "@types/redis": "^4.0.10",
    "@types/supertest": "^2.0.11",
    "@types/swagger-ui-express": "^4.1.3",
    "@types/yamljs": "^0.2.31",
    "supertest": "^6.1.6",
    "ts-node": "^10.9.1"
  },
  "dependencies": {
    "@types/crypto-js": "^4.2.2",
    "commonjs-errors": "^1.0.0",
    "commonjs-logger": "^1.0.0",
    "cookie-parser": "~1.4.4",
    "cors": "^2.8.5",
    "crypto-js": "^4.2.0",
    "dotenv": "^17.3.1",
    "express": "~4.18.2",
    "express-forward-error": "^1.0.0",
    "express-jwt-validator": "^1.0.0",
    "express-openapi-validator": "^4.13.8",
    "express-winston": "~4.2.0",
    "helmet": "^4.6.0",
    "http-status": "^1.5.0",
    "redis": "^5.11.0",
    "swagger-ui-express": "^4.1.6",
    "vault-provider": "^1.0.2",
    "yamljs": "^0.3.0"
  },
  "keywords": [
    "http",
    "express",
    "winston",
    "yamljs"
  ],
  "author": "Vishwa Soni",
  "license": "ISC"
}
