1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
nuclear_data_spider/package.json

19 lines
344 B
JSON
Raw Normal View History

2023-08-27 22:30:32 +08:00
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"mysql": "^2.18.1",
2023-08-27 22:35:08 +08:00
"request": "^2.88.2",
2023-08-27 22:30:32 +08:00
"xmldom": "^0.6.0",
"xpath": "^0.0.33"
}
}