Emy/package.json

20 lines
364 B
JSON
Raw Permalink Normal View History

2026-06-17 21:26:21 +00:00
{
"name": "EmyKarate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1",
"multer": "^2.1.1",
"sharp": "^0.34.5"
}
}