{
  "name": "toto-api-controller",
  "version": "14.1.3",
  "description": "",
  "main": "./dist/TotoAPIController.js",
  "types": "./dist/TotoAPIController.d.ts",
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "test": "mocha",
    "test:watch": "mocha --watch"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-secrets-manager": "^3.911.0",
    "@google-cloud/secret-manager": "^6.1.1",
    "apple-signin-auth": "^1.5.1",
    "body-parser": "^1.18.2",
    "connect-busboy": "^1.0.0",
    "express": "^4.16.2",
    "fs-extra": "^7.0.1",
    "google-auth-library": "^7.0.2",
    "jsonwebtoken": "^9.0.2",
    "moment-timezone": "^0.5.30",
    "path": "^0.12.7",
    "request": "^2.88.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/connect-busboy": "^1.0.2",
    "@types/express": "^4.17.20",
    "@types/fs-extra": "^11.0.3",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/mocha": "^10.0.0",
    "@types/moment-timezone": "^0.5.30",
    "@types/mongodb": "^4.0.7",
    "@types/node": "^16.11.7",
    "@types/request": "^2.48.13",
    "@types/uuid": "^10.0.0",
    "chai": "^4.3.0",
    "mocha": "^10.0.0",
    "nodemon": "^3.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  }
}
