{
  "name": "live_orders_fb",
  "version": "1.0.0",
  "description": "A simple server handling orders from a facebook app",
  "bin": "server.js",
  "main": "server.js",
  "scripts": {
    "start": "server_tunel.js -c global.yaml"
  },
  "dependencies": {
    "axios": "^1.7.2",
    "bcrypt": "^5.0.0",
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "crypto": "^1.0.1",
    "csv-parser": "^3.0.0",
    "csvtojson": "^2.0.10",
    "date-fns": "^3.6.0",
    "express": "^4.17.1",
    "fs": "^0.0.1-security",
    "fs-extra": "^11.2.0",
    "geoip-lite": "^1.4.10",
    "js-yaml": "^4.1.0",
    "jsonwebtoken": "^8.5.1",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.9.7",
    "node-cron": "^3.0.3",
    "node-forge": "^1.3.1",
    "node-gyp": "^10.1.0",
    "nodemailer": "^6.9.14",
    "pg": "^8.12.0",
    "request": "^2.88.2",
    "sequelize": "^6.3.5",
    "xml2js": "^0.6.2",
    "xmlbuilder": "^15.1.1",
    "yargs": "^17.7.2"
  },
  "pkg": {
    "scripts": [
      "index.js",
      "**/*.js",
      "node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node"
    ],
    "targets": [
      "node14-win-x64",
      "node14-linux-x64"
    ],
    "assets": [
      "global.yaml"
    ],
    "outputPath": "dist"
  }
}
