We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ed6be commit b6c53daCopy full SHA for b6c53da
1 file changed
package.json
@@ -3,19 +3,24 @@
3
"version": "0.0.3",
4
"description": "Inline DevTool-parsed CSS for any website and crawl it on the fly.",
5
"license": "MIT",
6
- "type": "module",
7
"files": [
8
"dist/",
9
"README.md",
10
"LICENSE"
11
],
+ "repository": {
12
+ "type": "git",
13
+ "url": "git@github.com:b10902118/cleanclone.git"
14
+ },
15
+ "homepage": "https://github.com/b10902118/cleanclone#readme",
16
"keywords": [
17
"css",
18
"html",
19
"web-crawler",
20
"inline",
21
"devtools-protocol"
22
23
+ "type": "module",
24
"dependencies": {
25
"chalk": "^5.6.2",
26
"chrome-remote-interface": "^0.33.3",
0 commit comments