{
  "name": "@next-k8s/auth",
  "version": "1.0.29",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "start": "ts-node-dev --transpile-only --exit-child --watch src src/index.ts",
    "build": "tsc",
    "test": "jest --no-cache",
    "test:watch": "jest --watchAll --no-cache",
    "test:debug": "node --inspect-brk --inspect=19229 node_modules/jest/bin/jest.js --runInBand --no-cache",
    "test:debug:watch": "node --inspect-brk --inspect=19229 node_modules/jest/bin/jest.js --runInBand --watchAll --no-cache",
    "docker:build": "docker build -t mathiscode/k8s-boilerplate-service-auth .",
    "docker:push": "docker push mathiscode/k8s-boilerplate-service-auth"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "preset": "ts-jest",
    "displayName": "@next-k8s/auth",
    "collectCoverage": true,
    "notify": true,
    "notifyMode": "always",
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "build"
    ],
    "setupFilesAfterEnv": [
      "./src/test/setup.ts"
    ]
  },
  "dependencies": {
    "@next-k8s/common": "^0.1.36",
    "@types/cookie-session": "^2.0.44",
    "@types/express": "^4.17.13",
    "@types/jsonwebtoken": "^8.5.8",
    "body-parser": "^1.20.0",
    "cookie-session": "^2.0.0",
    "express": "^4.18.1",
    "express-async-errors": "^3.1.1",
    "express-validator": "^6.14.1",
    "jsonwebtoken": "^8.5.1",
    "mongoose": "^6.3.5",
    "mongoose-bcrypt": "^1.9.0",
    "ts-node-dev": "^2.0.0",
    "typescript": "^4.7.3"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.2",
    "@types/jest": "^28.1.1",
    "@types/mongoose": "^5.11.97",
    "@types/supertest": "^2.0.12",
    "jest": "^28.1.1",
    "mongodb-memory-server": "^8.6.0",
    "node-notifier": "^10.0.1",
    "supertest": "^6.2.3",
    "ts-jest": "^28.0.4"
  },
  "gitHead": "b2b69ab41a506a1496d8fa6aa5c2e150504bdde2"
}
