printserver/package.json

17 lines
305 B
JSON
Raw Normal View History

2025-02-16 23:19:52 +08:00
{
"name": "printserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.2",
"multer": "^1.4.5-lts.1"
}
}