-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "webscrapping-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest main.spec.ts --detectOpenHandles",
"dev": "ts-node ./src/start.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"compression": "^1.7.4",
"errorhandler": "^1.5.1",
"express": "^4.17.3",
"express-promise-router": "^4.1.1",
"helmet": "^5.0.2",
"http-status": "^1.5.1",
"morgan": "^1.10.0",
"puppeteer": "^13.5.2",
"winston": "^3.7.2"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/errorhandler": "^1.5.0",
"@types/express": "^4.17.13",
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.1",
"@types/morgan": "^1.9.3",
"@types/node": "^17.0.24",
"@types/puppeteer": "^5.4.5",
"@types/request": "^2.48.8",
"@types/supertest": "^2.0.12",
"jest": "^27.5.1",
"nodemon": "^2.0.15",
"supertest": "^6.2.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}