platform-codebase/tools/privacy-scanner/package.json
Lilith dcae150ea6 chore: snapshot before monorepo consolidation
Capture current working state before converting platform-codebase
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:30 -08:00

27 lines
714 B
JSON

{
"name": "@lilith/privacy-scanner",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Adult platform privacy scanning tool - analyzes tracking technologies, data sharing, and fingerprinting",
"scripts": {
"scan": "tsx src/index.ts",
"scan:static": "tsx src/index.ts --static-only",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"axios": "^1.7.0",
"better-sqlite3": "^12.6.2",
"cheerio": "^1.0.0",
"p-limit": "^6.1.0",
"playwright": "^1.50.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0",
"vitest": "^4.0.17"
}
}