forked from digitalocean/sample-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 737 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 737 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
{
"name": "app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node get.js"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"clean-css": "^4.1.11",
"constantinople": "^3.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "^4.21.2",
"http-errors": "~1.6.3",
"lorem-ipsum": "^2.0.3",
"md5": "^2.2.1",
"mersenne-twister": "^1.1.0",
"morgan": "~1.9.1",
"p-limit": "^3.1.0",
"psl": "^1.15.0",
"pug": "^3.0.3",
"puppeteer": "^23.2.0",
"puppeteer-core": "^24.12.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"tldjs": "^2.3.1",
"uglify-js": "^2.6.0",
"uuid": "^11.1.0"
}
}