-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 841 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
{
"name": "quickmark-extension",
"version": "1.0.0",
"description": "Enhanced Chrome bookmark manager with quick search and smart recommendations",
"main": "build.js",
"scripts": {
"build": "node build.js",
"test": "echo \"Run manual testing in Chrome Developer Mode\"",
"clean": "node clean.js",
"pack": "npm run clean && npm run build"
},
"keywords": [
"chrome-extension",
"bookmarks",
"productivity",
"search",
"browser-extension"
],
"author": "QuickMark Team",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/iblogc/quickmark-extension.git"
},
"bugs": {
"url": "https://github.com/iblogc/quickmark-extension/issues"
},
"homepage": "https://github.com/iblogc/quickmark-extension#readme"
}