{
  "name": "backstrap-server",
  "version": "3.3.1",
  "type": "commonjs",
  "license": "SEE LICENSE IN LICENSE.txt",
  "description": "Backstrap is a lightweight framework for building APIs",
  "keywords": [
    "api",
    "framework",
    "express",
    "postgresql",
    "postgres",
    "psql",
    "stack",
    "appserver",
    "endpoint",
    "users",
    "roles",
    "lightweight",
    "backend"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Lookfar-Backstrap/backstrap.git"
  },
  "dependencies": {
    "async": "^3.2.0",
    "cors": "^2.8.5",
    "cryptojs": "^2.5.3",
    "express": "^4.17.1",
    "jsonwebtoken": "^9.0.0",
    "jwks-rsa": "^3.1.0",
    "mkdirp": "^1.0.4",
    "moment": "^2.29.1",
    "multer": "^2.0.0",
    "nodemailer": "^7.0.11",
    "nodemailer-sendgrid": "^1.0.3",
    "nodemailer-smtp-transport": "^2.7.4",
    "os": "^0.1.1",
    "path": "^0.12.7",
    "pg": "^8.6.0",
    "pg-query-stream": "^4.1.0"
  },
  "main": "BackstrapServer.js",
  "scripts": {
    "start": "node BackstrapServer.js",
    "db-win": "cd 'C:\\Program Files\\PostgreSQL\\9.4\bin>'; postgres -D 'C:\\Program Files\\PostgreSQL\\9.4\\data'",
    "test": "mocha test/test.js"
  },
  "running-tests": {
    "local (default)": "npm --env=local test",
    "server": "npm --env=server test"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "chai-http": "^4.3.0",
    "mocha": "^10.1.0"
  }
}
