-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.58 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@v0idd0/tabsnap",
"version": "1.0.4",
"description": "tabsnap — browser session exporter and tab-list formatter for markdown, plain text, JSON, or a readme file. Library + CLI. Optional tracking-param stripping keeps exports clean. Same formatters that power the tabsnap browser extension. Zero deps. Free forever from vøiddo.",
"main": "src/index.js",
"bin": {
"tabsnap": "./bin/tabsnap.js"
},
"scripts": {
"test": "node test.js"
},
"files": [
"bin/",
"src/",
"LICENSE",
"README.md"
],
"keywords": [
"tabs",
"tab-snapshot",
"tab-list",
"browser-session",
"browser-session-export",
"session-export",
"session-backup",
"tab-export",
"onetab",
"session-buddy",
"markdown",
"browser-extension",
"chrome-tabs",
"firefox-tabs",
"cli",
"formatter",
"json-to-markdown",
"json-to-readme",
"tracking-params",
"utm",
"url-cleanup",
"snapshot",
"voiddo",
"free",
"zero-deps"
],
"author": "vøiddo <support@voiddo.com> (https://voiddo.com)",
"license": "MIT",
"homepage": "https://tools.voiddo.com/tabsnap/?ref=tabsnap-npm",
"repository": {
"type": "git",
"url": "git+https://github.com/voidd0/tabsnap.git"
},
"bugs": {
"url": "https://github.com/voidd0/tabsnap/issues",
"email": "support@voiddo.com"
},
"funding": {
"type": "individual",
"url": "https://voiddo.com/contact/"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14"
},
"os": [
"darwin",
"linux",
"win32"
]
}