-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 889 Bytes
/
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
{
"name": "archivetoday",
"version": "1.0.0",
"description": "Unofficial API and CLI for archive.today.",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"archivetoday": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caresx/archivetoday.git"
},
"keywords": [
"archive",
"snapshot",
"archiveis",
"archive.today",
"archive.is",
"archive.vn",
"archive.md",
"wayback",
"archiving",
"preservation"
],
"author": "Tycho Kaster",
"license": "MIT",
"bugs": {
"url": "https://github.com/caresx/archivetoday/issues"
},
"homepage": "https://github.com/caresx/archivetoday#readme",
"scripts": {
"test": "xo"
},
"dependencies": {
"minimist": "^1.2.5",
"node-fetch": "^2.6.0",
"user-agents": "^1.0.x"
},
"devDependencies": {
"xo": "^0.30.0"
}
}