-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 894 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 894 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
{
"name": "smartsearch",
"version": "2.0.4",
"description": "A browser extension for Chromium-based browsers that intelligently routes your searches between your preferred search engines based on your query type.",
"main": "src/worker.js",
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.4.0"
},
"devDependencies": {
"wrangler": "^4.55.0"
},
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LevSky22/SmartSearch.git"
},
"keywords": [
"search",
"browser-extension",
"cloudflare-worker",
"google",
"perplexity"
],
"author": "Lev Jampolsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/LevSky22/SmartSearch/issues"
},
"homepage": "https://github.com/LevSky22/SmartSearch#readme"
}