-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 912 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
{
"name": "twayback-player",
"version": "0.1.9",
"description": "a simple web interface to analyze html files from the OSINT tool twayback",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"twayback",
"cli",
"OSINT",
"twitter",
"deleted"
],
"repository": {
"type": "git",
"url": "git://github.com/rick417/twayback-player.git"
},
"author": "rick417 <rick417@protonmail.com>",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"commander": "^9.0.0",
"dayjs": "^1.11.1",
"docdash": "^1.2.0",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.2",
"open": "^8.4.0",
"promise-sequential": "^1.1.1"
},
"preferGlobal": "true",
"bin": {
"twayback-player": "bin/twayback-player.js"
},
"os": [
"linux",
"darwin",
"win32"
],
"private": false
}