Files
kpmg-pulls-report-on-ai-usa…/package.json
T

19 lines
426 B
JSON

{
"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"
}
}