2023-05-29 05:22:36 +00:00
|
|
|
{
|
|
|
|
"name": "kungalgame-express-test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.20.2",
|
|
|
|
"cors": "^2.8.5",
|
2023-06-07 14:16:33 +00:00
|
|
|
"express": "^4.18.2",
|
|
|
|
"multer": "1.4.5-lts.1"
|
2023-05-29 05:22:36 +00:00
|
|
|
}
|
|
|
|
}
|