28 lines
572 B
JSON
28 lines
572 B
JSON
{
|
|
"name": "cdn-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"busboy": "^1.6.0",
|
|
"compression": "^1.8.1",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.2.1",
|
|
"express-rate-limit": "^8.2.1",
|
|
"file-type": "^21.1.1",
|
|
"multer": "^2.0.2",
|
|
"winston": "^3.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.11"
|
|
}
|
|
}
|