bot-canalplus
Version:
A simple bot that scrap Canal+ job board periodically.
33 lines (32 loc) • 763 B
JSON
{
"name": "bot-canalplus",
"version": "1.1.2",
"description": "A simple bot that scrap Canal+ job board periodically.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./dist/main.js",
"build": "tsc --allowSyntheticDefaultImports --watch"
},
"bin": {
"canalplus": "./bin/index"
},
"repository": {
"type": "github",
"url": "https://github.com/ScrapThemAll/scrapjob-bot-canalplus"
},
"keywords": [
"bot",
"canalplus"
],
"author": "",
"license": "GPL-3.0",
"dependencies": {
"cheerio": "^0.20.0",
"express": "^4.14.0",
"request": "^2.74.0",
"rxjs": "^5.0.0-beta.10",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8"
}
}