VICE / Server / package.json
package.json
Raw
{
  "name": "q2",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "type": "module",
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@azure/data-tables": "^13.0.0",
    "@azure/storage-queue": "^12.7.0",
    "@types/dotenv": "^8.2.0",
    "cookie-parser": "^1.4.5",
    "cron": "^1.8.2",
    "dotenv": "^11.0.0",
    "express": "^4.17.1",
    "node-fetch": "^3.1.0"
  }
}