Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Commit 6f4d024

Browse files
committed
package: add more metadata to package.json
1 parent a291525 commit 6f4d024

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
"browser": "dist/sw.js",
44
"main": "index.js",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/webrecorder/awp-sw.git"
9+
},
610
"version": "0.1.3",
711
"license": "AGPL-3.0-or-later",
812
"exports": {
913
".": "./src/index.js"
1014
},
15+
"files": [
16+
"src/*"
17+
],
1118
"dependencies": {
1219
"@ipld/car": "^5.0.1",
1320
"@ipld/unixfs": "^2.0.0",
@@ -32,5 +39,16 @@
3239
"raw-loader": "^4.0.2",
3340
"webpack": "^5.75.0",
3441
"webpack-cli": "^5.0.0"
35-
}
42+
},
43+
"description": "This library has been factored out of [ArchiveWeb.page](https://webrecorder/archiveweb.page) and represents the core service worker implementation necessarily for high-fidelity web archiving.",
44+
"bugs": {
45+
"url": "https://github.com/webrecorder/awp-sw/issues"
46+
},
47+
"homepage": "https://github.com/webrecorder/awp-sw#readme",
48+
"keywords": [
49+
"web",
50+
"archiving",
51+
"webrecorder"
52+
],
53+
"author": "Ilya Kreymer"
3654
}

0 commit comments

Comments
 (0)