noirsight
Version:
Deepfake Detection & Content Analyser Wrapper
31 lines (30 loc) • 588 B
JSON
{
"name": "noirsight",
"version": "1.0.13",
"main": "dist/index.js",
"keywords": [
"deepfake",
"misinformation",
"content-moderation",
"fake-news",
"image-detection",
"video-analysis",
"news-verification",
"AI-moderation",
"trust-and-safety",
"noirsight"
],
"scripts": {
"build": "tsc"
},
"author": "NoirSight",
"license": "ISC",
"description": "Deepfake Detection & Content Analyser Wrapper",
"dependencies": {
"axios": "^1.10.0"
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}