{
  "name": "@fl45h97/eazy",
  "version": "3.0.1",
  "description": "This is a little framework to enhance security at nodejs endpoints. Furthermore, Logging, Email, HTML ejs file generating, Date formatting and Database connecting is also available",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "preversion": "npm run lint",
    "postinstall": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FL45H97/eazy.git"
  },
  "keywords": [
    "eazy-framework",
    "eazyController",
    "eazy",
    "framework",
    "nodejs"
  ],
  "author": "Papdi Pál Soma",
  "license": "ISC",
  "dependencies": {
    "@types/compression": "1.7.0",
    "@types/ejs": "3.0.1",
    "@types/express": "4.17.2",
    "@types/express-session": "1.17.0",
    "@types/helmet": "0.0.47",
    "@types/mysql": "2.15.7",
    "@types/node": "13.7.4",
    "@types/node-notifier": "6.0.0",
    "@types/nodemailer": "6.4.0",
    "@types/uuid": "8.0.0",
    "chalk": "3.0.0",
    "change-case": "4.1.1",
    "compression": "1.7.4",
    "connect-session-knex": "1.6.0",
    "dotenv": "8.2.0",
    "ejs": "3.0.1",
    "express": "4.17.1",
    "express-session": "1.17.1",
    "helmet": "3.22.0",
    "knex": "0.21.1",
    "memorystore": "1.6.2",
    "mysql": "2.18.1",
    "node-notifier": "6.0.0",
    "nodemailer": "6.4.3",
    "path": "0.12.7",
    "pg": "8.2.1",
    "ts-node": "8.6.2",
    "uuid": "8.1.0"
  },
  "bugs": {
    "url": "https://github.com/FL45H97/eazy/issues"
  },
  "homepage": "https://github.com/FL45H97/eazy#readme",
  "devDependencies": {
    "@types/change-case": "2.3.1",
    "prettier": "2.0.1",
    "semver": "7.3.2",
    "tslint": "6.0.0",
    "tslint-config-prettier": "1.18.0",
    "typescript": "3.8.2"
  },
  "files": [
    "lib/**/*"
  ]
}
