Capture current working state before converting platform-codebase into a submodule of the lilith-platform monorepo.
27 lines
714 B
JSON
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"
|
|
}
|
|
}
|