Files
danmaku/package.json

37 lines
842 B
JSON

{
"name": "danmaku",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node --max-old-space-size=200 ./bin/www",
"dev": "nodemon --max-old-space-size=200 ./bin/www",
"test": "nyc -a mocha --recursive"
},
"dependencies": {
"ali-oss": "^6.17.1",
"axios": "^1.1.3",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "~4.16.1",
"filesize": "^10.0.5",
"got": "^11.8.2",
"http-errors": "~1.6.3",
"js-yaml": "^4.1.0",
"lib-qqwry": "^1.3.2",
"moment": "^2.29.4",
"morgan": "~1.9.1",
"pako": "^1.0.11",
"xml-js": "^1.6.11"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"mocha": "^10.1.0",
"nodemon": "^2.0.20",
"nyc": "^15.1.0"
}
}