mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 04:28:20 +08:00
b742923897
* Add debug as a dep to toxic-comments * Add debug logging to toxic-comments plugin * fix: cleaned up a bit
14 lines
405 B
JSON
14 lines
405 B
JSON
{
|
|
"name": "@coralproject/talk-plugin-toxicity",
|
|
"pluginName": "talk-plugin-toxicity",
|
|
"version": "0.0.1",
|
|
"description": "Provides support for measuring the toxicity of user comments using the Perspectives API",
|
|
"main": "index.js",
|
|
"author": "The Coral Project Team <coral@mozillafoundation.org>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "^4.0.1",
|
|
"ms": "^2.0.0"
|
|
}
|
|
}
|