Files
Slop-detect/package.json
T
2026-09-02 20:38:45 +02:00

37 lines
1.0 KiB
JSON

{
"name": "slopdetect",
"version": "0.3.2",
"private": true,
"description": "A privacy-first Firefox extension for AI provenance and generated-site pattern detection.",
"type": "module",
"scripts": {
"clean": "node scripts/clean.mjs",
"build": "node scripts/build.mjs",
"check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint .",
"package": "npm run build && web-ext build --source-dir dist --artifacts-dir artifacts --overwrite-dest",
"start": "npm run build && web-ext run --source-dir dist"
},
"dependencies": {
"@contentauth/c2pa-web": "0.14.4",
"preact": "10.29.8",
"webextension-polyfill": "0.12.0"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/firefox-webext-browser": "143.0.0",
"@types/webextension-polyfill": "0.12.6",
"esbuild": "0.28.2",
"eslint": "10.9.1",
"typescript": "6.0.3",
"typescript-eslint": "8.69.0",
"vitest": "4.1.11",
"web-ext": "10.6.0"
},
"engines": {
"node": ">=22"
}
}