{
  "name": "@gln-libs/node-infrastructure",
  "description": "Common Infrastructure Nodejs",
  "license": "MIT",
  "version": "0.3.7",
  "main": "dist/index.js",
  "module": "dist/index.module.js",
  "typings": "dist/index.d.ts",
  "private": false,
  "scripts": {
    "build": "rollup -c",
    "test:unit": "jest -c jest.config.unit.js",
    "test:unit:watch": "npm run test:unit --watch",
    "test:unit-update": "jest -c jest.config.unit.js -u",
    "test": "npm run test:unit",
    "prerelease": "npm run test & npm run build",
    "release": "npm run prerelease & npm run publish"
  },
  "keywords": [],
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/jest": "~27.5.0",
    "@types/node": "~17.0.25",
    "esbuild": "^0.14.38",
    "jest": "^28.1.0",
    "pino-pretty": "~7.6.1",
    "prettier": "^2.6.2",
    "rollup": "^2.72.1",
    "rollup-plugin-dts": "^4.2.1",
    "rollup-plugin-esbuild": "^4.9.1",
    "ts-jest": "^28.0.2",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "class-transformer": "^0.5.1",
    "class-transformer-validator": "^0.9.1",
    "class-validator": "^0.13.2",
    "express": "^4.17.3",
    "pino": "^7.11.0",
    "pino-http": "^7.0.0",
    "reflect-metadata": "^0.1.13",
    "socket.io": "^4.5.0",
    "typeorm": "^0.3.6"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
