12345678910111213141516171819202122232425262728293031 |
- {
- "name": "instrunet_backend",
- "version": "1.0.0",
- "main": "main.js",
- "scripts": {
- "test": "node main.js",
- "start-https": "node main.js --https=true",
- "start-http": "node main.js --https=false"
- },
- "keywords": [],
- "author": "",
- "license": "MIT",
- "description": "",
- "dependencies": {
- "body-parser": "^1.20.3",
- "express": "^4.21.1",
- "html-entities": "^2.5.2",
- "https": "^1.0.0",
- "minimist": "^1.2.8",
- "mysql2": "^3.11.5",
- "node-cron": "^3.0.3",
- "node-run-cmd": "^1.0.1",
- "nodemailer": "^6.9.16",
- "opencc": "github:BYVoid/OpenCC",
- "send-seekable": "^1.0.4",
- "sqlite3": "^5.1.7",
- "swagger-jsdoc": "^6.2.8",
- "swagger-ui-express": "^5.0.1",
- "ws": "^8.18.0"
- }
- }
|