-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
57 lines (57 loc) · 1.88 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"author": {
"name": "Mitra Ardron",
"email": "[email protected]",
"url": "https://www.mitra.biz"
},
"bugs": {
"url": "https://github.com/internetarchive/dweb-mirror/issues"
},
"name": "@internetarchive/dweb-mirror",
"dependencies": {
"@futurepress/epubjs-reader": "git+https://github.com/futurepress/epubjs-reader.git",
"@internetarchive/bookreader": "^4.40.2",
"@internetarchive/dweb-archive-dist": "^0.2.29",
"@internetarchive/dweb-archivecontroller": "^0.2.16",
"@internetarchive/dweb-transports": "^0.2.22",
"@stratumn/canonicaljson": "^1.0.3",
"async": "^3.2.4",
"child_process": "^1.0.2",
"debug": "^4.3.4",
"express": "^4.18.2",
"getopts": "^2.3.0",
"glob": "^8.1.0",
"js-yaml": "^4.1.0",
"level": "^8.0.0",
"morgan": "^1.10.0",
"multicast-dns": "^7.2.5",
"multihashes": "^4.0.3",
"network-address": "^1.1.2",
"prettier-bytes": "^1.0.4",
"readable-stream-clone": "^0.0.7",
"sharp": "^0.32.5"
},
"description": "Javascript library for Internet Archive Decentralized Web project: Transport",
"devDependencies": {
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1"
},
"homepage": "https://github.com/internetarchive/dweb-mirror#readme",
"keywords": [],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/internetarchive/dweb-mirror.git"
},
"scripts": {
"postpublish": "echo 'post publish script to build'",
"dependers": "grep -l dweb-mirror ../dweb*/package.json | grep -v dweb-mirror/package.json",
"editdependers": "vi `grep -l dweb-mirror ../dweb*/package.json | grep -v dweb-mirror/package.json`"
},
"version": "0.2.97"
}