mirror of
https://github.com/avinal/sciezka.git
synced 2026-07-03 23:30:09 +05:30
2642872977
Assisted-by: Claude Code Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"name": "sciezka",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "A browser extension for fuzzy searching tabs, history and bookmarks.",
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"watch": "node build.mjs --watch",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "web-ext lint --source-dir . --warnings-as-errors=false"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.0",
|
|
"typescript": "^5.8.0",
|
|
"web-ext": "^10.1.0"
|
|
}
|
|
}
|