surugaya
Version:
Scraper for JP site 'surugaya' to check for stuff
33 lines (32 loc) • 660 B
JSON
{
"name": "surugaya",
"version": "0.0.2",
"description": "Scraper for JP site 'surugaya' to check for stuff",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"japanese",
"JP",
"scraper",
"fumofumo",
"surugaya",
"auction",
"sales"
],
"repository": {
"type": "git",
"url": "git@github.com:marvinody/surugaya-js.git"
},
"author": "marvinody",
"license": "ISC",
"dependencies": {
"@types/x-ray": "^2.3.3",
"axios": "^0.19.2",
"qs": "^6.9.1",
"x-ray": "^2.3.4"
}
}