添加定时任务,部署相关优化
This commit is contained in:
11
package.json
11
package.json
@@ -1,18 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"name": "nuclear_data_spider",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"serve": "node index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"author": "程序员小墨",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"mysql": "^2.18.1",
|
||||
"node-schedule": "^2.1.1",
|
||||
"request": "^2.88.2",
|
||||
"xmldom": "^0.6.0",
|
||||
"xpath": "^0.0.33"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user