-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 819 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 819 Bytes
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
{
"name": "lol-crawler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "npx tsc && nodemon ./dist/app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/node-schedule": "^1.3.2",
"@types/nodemailer": "^6.4.4",
"prettier": "^2.3.2"
},
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jest": "^27.0.6",
"node-schedule": "^2.0.0",
"nodemailer": "^6.6.3",
"nodemon": "^2.0.12",
"path": "^0.12.7",
"pm2": "^5.1.0",
"puppeteer": "^10.1.0",
"request-ip": "^2.1.3",
"typescript": "^4.3.5"
}
}