-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.01 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "flatcrawl-processors",
"version": "1.0.0",
"description": "Flatcrawl makes it easy to search for flats! It collects flats from different rental sites and exposes them in a consistent shape. Furthermore it lets you define custom searches through a Telegram bot that sends instant messages on new matches.",
"dependencies": {
"amqplib": "^0.5.2",
"firebase": "^3.9.0",
"https": "^1.0.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"rxjs": "^5.5.2",
"telegraf": "^3.15.3"
},
"devDependencies": {
"@types/amqplib": "^0.5.8",
"@types/node": "^8.0.47",
"eslint": "^4.10.0",
"eslint-config-google": "^0.9.1",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.6.0",
"typescript": "^2.9.2"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node ./dist/index.js",
"deploy": "docker build . -t floschnell/flatcrawl-processors:latest; docker push floschnell/flatcrawl-processors"
},
"author": "Florian Schnell",
"license": "ISC"
}