Initial build: Citation Verifier Chrome extension MVP

This commit is contained in:
Bun Bun
2026-06-17 18:27:58 +00:00
commit e20ba828a0
16 changed files with 2967 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "citation-verifier",
"version": "1.0.0",
"description": "Verify citations and detect AI hallucinations in research",
"type": "module",
"scripts": {
"build": "vite build",
"test": "vitest run"
},
"dependencies": {},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"typescript": "^5.4.0",
"vite": "^5.2.0",
"vitest": "^1.6.0"
}
}