{
  "name": "templete",
  "private": true,
  "version": "0.0.0",
  "description": "a Sails application",
  "keywords": [],
  "dependencies": {
    "@sailshq/connect-redis": "^3.2.1",
    "@sailshq/lodash": "^3.10.3",
    "@sailshq/socket.io-redis": "^5.2.0",
    "axios": "^0.21.0",
    "content-disposition": "^0.5.3",
    "fs-extra": "^9.0.1",
    "grunt": "1.0.4",
    "lodash": "^4.17.20",
    "moment": "^2.29.1",
    "mysql": "^2.18.1",
    "nodemailer": "^6.4.14",
    "reflect-metadata": "^0.1.13",
    "sails": "^1.4.0",
    "sails-hook-grunt": "^4.0.0",
    "sails-hook-orm": "^2.1.1",
    "sails-hook-sockets": "^2.0.0",
    "sharp": "^0.26.1",
    "ts-node": "^9.0.0",
    "typeorm": "^0.2.29",
    "typescript": "^4.0.5",
    "uuid": "^8.3.1"
  },
  "devDependencies": {
    "@types/content-disposition": "^0.5.3",
    "@types/fs-extra": "^9.0.3",
    "@types/lodash": "^4.14.162",
    "@types/nodemailer": "^6.4.0",
    "@types/sharp": "^0.26.0",
    "@types/uuid": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "eslint": "^7.12.1",
    "eslint-config-airbnb-typescript": "^11.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.21.4",
    "eslint-plugin-react-hooks": "^4.1.2"
  },
  "scripts": {
    "start": "NODE_ENV=production node app.js",
    "test": "npm run lint && npm run custom-tests && echo 'Done.'",
    "lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔  Your .js files look good.'",
    "custom-tests": "echo \"(No other custom tests yet.)\" && echo"
  },
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/wheeler/templete.git"
  },
  "author": "wheeler",
  "license": "",
  "engines": {
    "node": "^10.20"
  }
}
