diff --git a/package.json b/package.json index 3f5ecb3..97d456b 100644 --- a/package.json +++ b/package.json @@ -1,80 +1,80 @@ -{ - "name": "docfiller", - "version": "1.3.2", - "description": "Automated Google forms filling using genai", - "homepage": "https://github.com/rootCircle/docFiller", - "keywords": [ - "extension", - "google form", - "webpack", - "web-ext", - "automation", - "gpt" - ], - "repository": { - "type": "git", - "url": "https://github.com/rootCircle/docFiller.git" - }, - "license": "GPLv3", - "bugs": { - "url": "https://github.com/rootCircle/docFiller/issues" - }, - "engines": { - "node": ">=18.0.0", - "bun": ">=1.0.0" - }, - "scripts": { - "watch": "bun tools/watcher.ts", - "build:firefox": "BROWSER=firefox bun tools/bundler.ts", - "build:chromium": "BROWSER=chromium bun tools/bundler.ts", - "package:firefox": "BROWSER=firefox bun tools/bundler.ts && web-ext build --source-dir=build --overwrite-dest && BROWSER=firefox bun run tools/packageRename.ts", - "package:chromium": "BROWSER=chromium bun tools/bundler.ts && web-ext build --source-dir=build --overwrite-dest && BROWSER=chromium bun run tools/packageRename.ts", - "dev:firefox": "cross-env BROWSER=firefox bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=firefox bun tools/watcher.ts\" \"web-ext run --source-dir=build\"", - "dev:chromium": "cross-env BROWSER=chromium bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=chromium bun tools/watcher.ts\" \"web-ext run -t chromium --source-dir=build\"", - "dev:firefox-android": "cross-env BROWSER=firefox bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=firefox bun tools/watcher.ts\" \"web-ext run -t firefox-android --source-dir=build\"", - "format": "biome format --write && prettier --write '**/*.{json,md,html,css}' '!build/**' '!node_modules/**' '!web-ext-artifacts/**'", - "format:check": "biome format && prettier --check '**/*.{json,md,html,css}' '!build/**' '!node_modules/**' '!web-ext-artifacts/**'", - "webext:lint": "web-ext lint --source-dir=build", - "lint": "biome lint", - "lint:fix": "biome lint --write", - "typecheck": "tsc --noEmit", - "spell": "cspell \"**/*.{ts,js,md,json,txt,html,css}\" \"Makefile\" --gitignore --cache", - "precommit": "bun run lint && bun run format:check && bun run typecheck && bun run spell && bun run build:firefox && web-ext lint --source-dir=build && bun run build:chromium", - "prepare": "husky" - }, - "type": "module", - "dependencies": { - "@langchain/anthropic": "^0.3.11", - "@langchain/community": "^0.3.20", - "@langchain/google-genai": "^0.1.6", - "@langchain/mistralai": "^0.2.0", - "@langchain/ollama": "^0.1.4", - "@langchain/openai": "^0.3.16", - "langchain": "^0.3.8", - "uuid": "^11.0.3" - }, - "peerDependencies": { - "typescript": "^5.7.2" - }, - "optionalDependencies": { - "@esbuild/linux-x64": "^0.24.2" - }, - "devDependencies": { - "@biomejs/biome": "^1.9.4", - "@types/chrome": "^0.0.287", - "@types/firefox-webext-browser": "^120.0.4", - "@types/fs-extra": "^11.0.4", - "@types/node": "^22.10.2", - "@types/webextension-polyfill": "^0.12.1", - "chokidar": "^4.0.3", - "concurrently": "^9.1.1", - "cross-env": "^7.0.3", - "cspell": "^8.17.1", - "esbuild": "^0.24.2", - "globals": "^15.14.0", - "husky": "^9.1.7", - "prettier": "^3.4.2", - "web-ext": "^8.3.0", - "webextension-polyfill": "^0.12.0" - } -} +{ + "name": "docfiller", + "version": "1.3.2", + "description": "Automated Google forms filling using genai", + "homepage": "https://github.com/rootCircle/docFiller", + "keywords": [ + "extension", + "google form", + "webpack", + "web-ext", + "automation", + "gpt" + ], + "repository": { + "type": "git", + "url": "https://github.com/rootCircle/docFiller.git" + }, + "license": "GPLv3", + "bugs": { + "url": "https://github.com/rootCircle/docFiller/issues" + }, + "engines": { + "node": ">=18.0.0", + "bun": ">=1.0.0" + }, + "scripts": { + "watch": "bun tools/watcher.ts", + "build:firefox": "BROWSER=firefox bun tools/bundler.ts", + "build:chromium": "BROWSER=chromium bun tools/bundler.ts", + "package:firefox": "BROWSER=firefox bun tools/bundler.ts && web-ext build --source-dir=build --overwrite-dest && BROWSER=firefox bun run tools/packageRename.ts", + "package:chromium": "BROWSER=chromium bun tools/bundler.ts && web-ext build --source-dir=build --overwrite-dest && BROWSER=chromium bun run tools/packageRename.ts", + "dev:firefox": "cross-env BROWSER=firefox bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=firefox bun tools/watcher.ts\" \"web-ext run --source-dir=build\"", + "dev:chromium": "cross-env BROWSER=chromium bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=chromium bun tools/watcher.ts\" \"web-ext run -t chromium --source-dir=build\"", + "dev:firefox-android": "cross-env BROWSER=firefox bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=firefox bun tools/watcher.ts\" \"web-ext run -t firefox-android --source-dir=build\"", + "format": "biome format --write && prettier --write '**/*.{json,md,html,css}' '!build/**' '!node_modules/**' '!web-ext-artifacts/**'", + "format:check": "biome format && prettier --check '**/*.{json,md,html,css}' '!build/**' '!node_modules/**' '!web-ext-artifacts/**'", + "webext:lint": "web-ext lint --source-dir=build", + "lint": "biome lint", + "lint:fix": "biome lint --write", + "typecheck": "tsc --noEmit", + "spell": "cspell \"**/*.{ts,js,md,json,txt,html,css}\" \"Makefile\" --gitignore --cache", + "precommit": "bun run lint && bun run format:check && bun run typecheck && bun run spell && bun run build:firefox && web-ext lint --source-dir=build && bun run build:chromium", + "prepare": "husky" + }, + "type": "module", + "dependencies": { + "@langchain/anthropic": "^0.3.11", + "@langchain/community": "^0.3.20", + "@langchain/google-genai": "^0.1.6", + "@langchain/mistralai": "^0.2.0", + "@langchain/ollama": "^0.1.4", + "@langchain/openai": "^0.3.16", + "langchain": "^0.3.8", + "uuid": "^11.0.3" + }, + "peerDependencies": { + "typescript": "^5.7.2" + }, + "optionalDependencies": { + "@esbuild/linux-x64": "^0.24.2" + }, + "devDependencies": { + "@biomejs/biome": "^1.9.4", + "@types/chrome": "^0.0.290", + "@types/firefox-webext-browser": "^120.0.4", + "@types/fs-extra": "^11.0.4", + "@types/node": "^22.10.2", + "@types/webextension-polyfill": "^0.12.1", + "chokidar": "^4.0.3", + "concurrently": "^9.1.1", + "cross-env": "^7.0.3", + "cspell": "^8.17.1", + "esbuild": "^0.24.2", + "globals": "^15.14.0", + "husky": "^9.1.7", + "prettier": "^3.4.2", + "web-ext": "^8.3.0", + "webextension-polyfill": "^0.12.0" + } +}