mirror-filecoffee-filehost/package.json
2024-06-09 13:25:46 +02:00

30 lines
622 B
JSON

{
"scripts": {
"test": "jest"
},
"jest": {
"transform": {
"^.+\\.js$": "babel-jest"
},
"testEnvironment": "node"
},
"dependencies": {
"aws-sdk": "^2.1632.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-rate-limit": "^7.3.1",
"express-slow-down": "^2.0.3",
"helmet": "^7.1.0",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"nanoid": "^3.3.7"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"supertest": "^7.0.0"
}
}