Files
ask262/package.json
T

42 lines
1.1 KiB
JSON

{
"name": "ask262",
"packageManager": "bun@1.2.8",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"type-check": "tsc --noEmit",
"lint": "biome check .",
"lint:fix": "biome check . --write",
"lint:fix:unsafe": "biome check . --write --unsafe",
"format:fix": "biome format . --write",
"ingest": "bun run setup/ingest.ts",
"verify-db": "bun run test/manual/verify-db.ts",
"agent": "bun run agent.ts",
"build": "bun run setup/buildGraph.ts",
"test": "bun test"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
"@lancedb/lancedb": "^0.5.0",
"@langchain/community": "0.2.0",
"@langchain/core": "^0.2.0",
"@langchain/ollama": "^0.1.0",
"@langchain/openai": "^0.1.0",
"acorn": "^8.16.0",
"cheerio": "^1.2.0",
"glob": "^13.0.6",
"graphology": "^0.26.0",
"langchain": "^0.2.0",
"ora": "^9.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.9",
"bun-types": "^1.3.11",
"typescript": "^5.5.2"
}
}