init: 狐蒂云活动监控项目初始化
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "hdy-activity-monitor",
|
||||
"version": "1.0.0",
|
||||
"description": "狐蒂云活动监控页面",
|
||||
"main": "monitor-server.js",
|
||||
"scripts": {
|
||||
"start": "node monitor-server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user