-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 749 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 749 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
{
"name": "twui-crawler",
"version": "1.0.0",
"description": "Tailwind UI crawler with puppeteer",
"main": "index.js",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"start": "node index.js",
"postinstall": "patch-package"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"all-contributors-cli": "^6.14.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^1.19.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"dom-serializer": "^1.1.0",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"puppeteer": "^5.5.0",
"string.prototype.matchall": "^4.0.3"
}
}