forked from rohanb10/snoozz-tab-snoozing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 791 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 791 Bytes
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
{
"name": "snoozz",
"version": "2.6.1",
"description": "A Web Extension to declutter windows by snoozing tabs for later",
"keywords": [
"snoozz",
"google",
"chrome",
"extension"
],
"homepage": "https://github.com/verheyenkoen/snoozz#readme",
"bugs": {
"url": "https://github.com/verheyenkoen/snoozz/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/verheyenkoen/snoozz.git"
},
"license": "GPL-3.0-only",
"author": "Koen Verheyen",
"scripts": {
"version": "bun run --bun npm-hooks/version.ts",
"build": "bun run --bun build.ts"
},
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"chalk": "^5.6.2"
}
}