virus-nsfw
Version:
A simplified wrapper around Clarifai's NSFW detection.
39 lines (38 loc) • 872 B
JSON
{
"name": "virus-nsfw",
"version": "0.0.3-beta",
"description": "A simplified wrapper around Clarifai's NSFW detection.",
"main": "index.js",
"scripts": {
"test": "mocha",
"tTest": "npm test && node ./virus-test/image.js && node ./virus-test/video.js",
"pub": "yarn login && yarn publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virgel1995/Nsfw-filter.git"
},
"keywords": [
"ai",
"nsfw",
"filter",
"discord",
"discord.js",
"discord-virus",
"nsfw.js",
"nsfwjs"
],
"author": "virus24",
"license": "MIT",
"bugs": {
"url": "https://github.com/virgel1995/Nsfw-filter/issues"
},
"homepage": "https://github.com/virgel1995/Nsfw-filter#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^10.1.0"
},
"dependencies": {
"clarifai": "^2.9.1"
}
}