Initial build: Citation Verifier Chrome extension MVP
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user