19 lines
308 B
JSON
19 lines
308 B
JSON
{
|
|
"name": "summer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node rest.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"express": "^4.18.2",
|
|
"nodemon": "^3.0.1",
|
|
"qs": "^6.11.2"
|
|
}
|
|
}
|