You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
572 B
JSON
27 lines
572 B
JSON
|
7 months ago
|
{
|
||
|
|
"name": "sse_demo",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "sse",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
|
"start": "nodemon --ext js,html,css index.js",
|
||
|
|
"startServer": "nodemon server.js"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"sse"
|
||
|
|
],
|
||
|
|
"author": "wenfei",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"body-parser": "^2.2.0",
|
||
|
|
"cookie-parser": "^1.4.7",
|
||
|
|
"cors": "^2.8.5",
|
||
|
|
"express": "^5.1.0",
|
||
|
|
"moment": "^2.30.1",
|
||
|
|
"multer": "^1.4.5-lts.2",
|
||
|
|
"mysql2": "^3.14.1",
|
||
|
|
"nodemon": "^3.1.10"
|
||
|
|
}
|
||
|
|
}
|