File size: 564 Bytes
26ab438 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"name": "aiser",
"version": "1.0.0",
"description": "--- title: Aiser emoji: 🐨 colorFrom: red colorTo: red sdk: docker pinned: false ---",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.2.0",
"http-proxy-middleware": "^3.0.0",
"multer": "^1.4.5-lts.1",
"request": "^2.88.2"
}
}
|