-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 855 Bytes
/
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
{
"name": "i-want-600-drake-unit",
"version": "1.0.0",
"description": "web crawler to alert new unit on 600 drake",
"main": "index.js",
"scripts": {
"test": "test",
"tsc": "tsc",
"dev": "ts-node-dev --respawn --transpileOnly ./app/app.ts",
"prod": "tsc && node ./app/app.js",
"start": "npm run prod"
},
"author": "Damian",
"license": "ISC",
"dependencies": {
"@types/cheerio": "^0.22.10",
"@types/dotenv": "^6.1.0",
"@types/express": "^4.16.1",
"@types/node-schedule": "^1.2.2",
"@types/nodemailer": "^4.6.5",
"@types/request": "^2.48.1",
"cheerio": "latest",
"dotenv": "^6.2.0",
"express": "latest",
"inversify": "^5.0.1",
"node-schedule": "^1.3.1",
"nodemailer": "^5.1.1",
"request": "latest",
"ts-node-dev": "^1.0.0-pre.32",
"typescript": "^3.3.3"
}
}