12345678910111213141516171819202122232425262728293031323334 |
- {
- "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",
- "cnchar": "^3.2.6",
- "cors": "^2.8.5",
- "express": "^4.21.1",
- "express-session": "^1.18.1",
- "https": "^1.0.0",
- "js-queue": "^2.0.2",
- "minimist": "^1.2.8",
- "mysql2": "^3.11.5",
- "node-run-cmd": "^1.0.1",
- "nodemailer": "^6.9.16",
- "opencc": "github:BYVoid/OpenCC",
- "send-seekable": "^1.0.4",
- "sort-array": "^5.0.0",
- "sqlite3": "^5.1.7",
- "webp-converter": "^2.3.3",
- "webp-converter-browser": "^1.0.4",
- "ws": "^8.18.0"
- }
- }
|