mirror-filecoffee-filehost/package.json

31 lines
622 B
JSON
Raw Permalink Normal View History

2024-06-02 17:32:54 +02:00
{
2024-06-04 18:45:19 +02:00
"scripts": {
"test": "jest"
},
"jest": {
"transform": {
"^.+\\.js$": "babel-jest"
},
"testEnvironment": "node"
},
2024-06-02 17:32:54 +02:00
"dependencies": {
"aws-sdk": "^2.1632.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
2024-06-09 13:25:46 +02:00
"express-rate-limit": "^7.3.1",
"express-slow-down": "^2.0.3",
"helmet": "^7.1.0",
2024-06-02 17:32:54 +02:00
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
2024-06-04 18:45:19 +02:00
"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"
2024-06-02 17:32:54 +02:00
}
}