Files
crs-app-real/package.json
2021-07-13 17:15:12 +09:00

23 lines
551 B
JSON

{
"name": "spd-app-spider",
"version": "1.0.0",
"description": "IBP Corp Tracking service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@k3rn31p4nic/google-translate-api": "^1.1.0",
"cheerio": "^1.0.0-rc.3",
"command-line-args": "^5.1.1",
"express": "^4.17.1",
"express-logging": "^1.1.1",
"http-status-codes": "^1.4.0",
"logops": "^2.1.1",
"node-fetch": "^2.6.0"
}
}