-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.06 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "fb-event-scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon -e ts -x ts-node src/index.ts",
"build:once": "tsc",
"lint": "tslint .",
"up": "docker-compose up -d",
"up:dev": "docker-compose up",
"down": "docker-compose down"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@rabbotio/noconsole": "^1.1.0",
"body-parser": "^1.18.3",
"diff2html": "^2.4.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"git-diff": "^2.0.6",
"lru-cache": "^4.1.3",
"mailgun-js": "^0.20.0",
"md5": "^2.2.1",
"osmosis": "^1.1.8",
"puppeteer": "^1.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/lru-cache": "^4.1.1",
"@types/md5": "^2.1.32",
"@types/node": "^10.9.4",
"@types/osmosis": "^1.1.0",
"@types/puppeteer": "^1.6.3",
"nodemon": "^1.18.4",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
}
}