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.
20 lines
344 B
20 lines
344 B
3 months ago
|
{
|
||
|
"name": "backend",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"start": "node server.js",
|
||
|
"dev": "nodemon server.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"cors": "^2.8.5",
|
||
|
"express": "^4.21.2",
|
||
|
"nodemon": "^3.1.9"
|
||
|
}
|
||
|
}
|