contextmax
Version:
Privacy-first, browser-based tool for creating precise context sets for LLMs
88 lines (87 loc) • 2.49 kB
JSON
{
"name": "contextmax",
"version": "1.0.0",
"description": "Privacy-first, browser-based tool for creating precise context sets for LLMs",
"keywords": ["llm", "context", "ai", "developer-tools", "privacy", "browser-based"],
"author": "Galih Muhammad",
"license": "MPL-2.0",
"type": "module",
"bin": {
"contextmax": "./cli.js"
},
"files": [
"dist/**/*",
"cli.js",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/galliani/contextmax.git"
},
"bugs": {
"url": "https://github.com/galliani/contextmax/issues"
},
"homepage": "https://contextmax.dev",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --inspect",
"dev:clean": "rm -rf .nuxt && nuxt dev --inspect",
"clean": "rm -rf .nuxt node_modules/.cache",
"dev:fresh": "npm run clean && npm install && nuxt dev",
"postinstall": "nuxt prepare || true",
"prepare": "nuxt prepare",
"generate": "nuxt generate",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"coverage:badge": "coverage-badges",
"prepublishOnly": "npm run generate",
"start": "node cli.js"
},
"dependencies": {},
"devDependencies": {
"@huggingface/transformers": "^3.5.2",
"@nuxt/content": "^3.5.1",
"@nuxt/eslint": "^1.4.1",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^1.13.0",
"@nuxt/image": "^1.10.0",
"@nuxt/scripts": "^0.11.7",
"@nuxt/test-utils": "^3.19.1",
"@nuxt/ui": "^3.1.3",
"@tailwindcss/vite": "^4.1.8",
"@types/js-yaml": "^4.0.9",
"@unhead/vue": "^2.0.10",
"@vueuse/core": "^13.4.0",
"better-sqlite3": "^11.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.27.0",
"gpt-tokenizer": "^3.0.1",
"highlight.js": "^11.11.1",
"ignore": "^7.0.5",
"js-yaml": "^4.1.0",
"lucide-vue-next": "^0.511.0",
"nuxt": "^3.17.4",
"refa": "^0.12.1",
"reka-ui": "^2.3.1",
"shadcn-nuxt": "^2.2.0",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.8",
"tw-animate-css": "^1.3.2",
"typescript": "^5.8.3",
"vue": "^3.5.15",
"vue-router": "^4.5.1",
"@iconify-json/lucide": "^1.2.45",
"@testing-library/vue": "^8.1.0",
"@vitest/coverage-v8": "^3.2.0",
"@vue/test-utils": "^2.4.6",
"coverage-badges": "^1.0.7",
"happy-dom": "^17.6.1",
"playwright-core": "^1.52.0",
"vitest": "^3.2.0"
}
}