-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 729 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 729 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
{
"name": "bookmark_board",
"version": "1.0.0",
"description": "A Chrome extension that replaces your New Tab page with a powerful bookmark manager featuring drag-and-drop organization, AI-powered grouping, and open tabs integration.",
"main": "background.js",
"scripts": {
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/citadelgrad/bookmark-board.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/citadelgrad/bookmark-board/issues"
},
"homepage": "https://github.com/citadelgrad/bookmark-board#readme",
"devDependencies": {
"jsdom": "^28.1.0",
"vitest": "^4.0.18"
}
}