You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
395 B
22 lines
395 B
4 years ago
|
{
|
||
|
"name": "backend",
|
||
|
"version": "1.0.0",
|
||
|
"description": "back end of my project",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"axios": "^0.21.0",
|
||
|
"cors": "^2.8.5",
|
||
|
"express": "^4.17.1",
|
||
|
"helmet": "^4.2.0",
|
||
|
"socketio": "^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"nodemon": "^2.0.6"
|
||
|
}
|
||
|
}
|