SEOServer/package.json

20 lines
383 B
JSON

{
"name": "seotest",
"version": "1.0.0",
"description": "seotest",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.7.2",
"express": "^4.18.2",
"puppeteer": "^21.2.0",
"redis": "^4.6.8",
"request": "^2.88.2"
},
"type": "module"
}