axios-demo/package.json

18 lines
334 B
JSON

{
"name": "axios-demo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.20.0",
"multer": "^1.4.5-lts.1"
}
}