UNPKG

@buger/probe-web

Version:

Web interface for Probe code search

60 lines (59 loc) 1.25 kB
{ "name": "@buger/probe-web", "version": "0.3.0-rc26", "description": "Web interface for Probe code search", "main": "main.js", "type": "module", "bin": { "probe-web": "./bin/probe-web.js" }, "scripts": { "start": "node main.js", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "chmod +x ./bin/probe-web.js" }, "keywords": [ "probe", "code-search", "web", "ai", "interface" ], "author": "Leonid Bugaev", "license": "Apache-2.0", "dependencies": { "@ai-sdk/anthropic": "^1.1.15", "@ai-sdk/openai": "^1.1.15", "@buger/probe": "^0.3.0-rc26", "ai": "^4.1.54", "commander": "^13.1.0", "dotenv": "^16.4.7", "tiktoken": "^1.0.20", "zod": "^3.24.2" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/buger/probe.git" }, "bugs": { "url": "https://github.com/buger/probe/issues" }, "homepage": "https://github.com/buger/probe#readme", "publishConfig": { "access": "public" }, "files": [ "bin/", "main.js", "auth.js", "probeTool.js", "probeChat.js", "tokenCounter.js", "index.html", "README.md", "LICENSE" ] }