{
  "name": "ts-onion",
  "version": "1.1.2",
  "description": "Rest Api build with TS on top of the Express JS with inversify js and singleton classes",
  "main": "app.js",
  "scripts": {
    "start": "node dist/app.js",
    "dev": "nodemon src/app.ts",
    "build": "tsc -p .",
    "prestart": "npm run build"
  },
  "author": "Ravi Thakur",
  "license": "ISC",
  "dependencies": {
    "@types/body-parser": "^1.19.0",
    "@types/cors": "^2.8.6",
    "@types/dotenv": "^8.2.0",
    "@types/helmet": "0.0.46",
    "@types/jsonwebtoken": "^8.5.0",
    "@types/lodash": "^4.14.151",
    "@types/mongodb": "^3.5.18",
    "@types/nodemailer": "^6.4.0",
    "@types/sequelize": "^4.28.9",
    "@types/swagger-ui-express": "^4.1.2",
    "argon2": "^0.26.2",
    "body-parser": "^1.19.0",
    "class-transformer": "^0.2.3",
    "class-validator": "^0.12.2",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "handlebars": "^4.7.6",
    "helmet": "^3.22.0",
    "inversify": "^5.0.1",
    "inversify-express-utils": "^6.3.2",
    "json-typescript-mapper": "^1.1.3",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.15",
    "mongodb": "^3.5.7",
    "mysql": "^2.18.1",
    "mysql2": "^2.1.0",
    "nodemailer": "^6.4.8",
    "randomstring": "^1.1.5",
    "reflect-metadata": "^0.1.13",
    "sequelize": "^5.21.12",
    "swagger-express-ts": "^1.0.1",
    "swagger-ui-dist": "^3.25.3",
    "swagger-ui-express": "^4.1.4",
    "ts-custom-error": "^3.1.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/node": "^13.13.5",
    "@types/randomstring": "^1.1.6",
    "nodemon": "^2.0.3",
    "ts-node": "^8.10.1",
    "typescript": "^3.8.3"
  },
  "repository": {
    "type": "git",
    "url": " https://github.com/ravithakur247/ts-onion.git"
  },
  "bin": {
    "ts-onion": "./bin/create-app.js"
  },
  "keywords": [
    "ts",
    "typescript",
    "express js",
    "javascript",
    "js",
    "inversify js",
    "singleton",
    "dependency injections",
    "di",
    "api",
    "microservices",
    "singleton",
    "orm",
    "sequelize"
  ]
}
