{
  "name": "perlene",
  "private": true,
  "version": "0.0.0",
  "description": "a Sails application",
  "keywords": [],
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "@sailshq/lodash": "^3.10.3",
    "@sailshq/socket.io-redis": "^5.2.0",
    "axios": "^1.9.0",
    "dotenv": "^17.4.1",
    "fs": "0.0.1-security",
    "google-auth-library": "^10.6.2",
    "grunt": "^1.0.1",
    "jsonwebtoken": "^8.5.1",
    "mkdirp": "^1.0.4",
    "moment": "^2.29.1",
    "node-cron": "^4.2.1",
    "node-mailjet": "^6.0.11",
    "path": "^0.12.7",
    "postgresql": "0.0.1",
    "redis": "^4.7.1",
    "sails": "^1.4.0",
    "sails-hook-apianalytics": "^2.0.0",
    "sails-hook-organics": "^0.13.0",
    "sails-hook-orm": "^2.1.1",
    "sails-hook-sockets": "^2.0.0",
    "sails-mysql": "^1.0.3",
    "sails-postgresql": "^2.0.0",
    "sanitize-html": "^2.17.2",
    "serve": "^11.3.2",
    "shortid": "^2.2.16",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "eslint": "5.16.0",
    "grunt-contrib-coffee": "2.1.0",
    "grunt-contrib-jst": "2.0.0",
    "grunt-sync": "0.8.2",
    "mocha": "^8.4.0",
    "sails-disk": "^1.0.1",
    "sails-hook-grunt": "5.0.0",
    "supertest": "^6.1.3"
  },
  "scripts": {
    "start": "NODE_ENV=production node app.js",
    "test": "mocha test/lifecycle.test.js test/integration/*.test.js --timeout 15000 --exit",
    "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/anonymous node/sails user/perlene.git"
  },
  "author": "anonymous node/sails user",
  "license": "",
  "engines": {
    "node": ">=20.0.0"
  }
}
