@coffeeandfun/google-profanity-words
Version:
Real profanity words banned by Google, extracted from their hidden API before shutdown. Now available as an easy-to-use Node.js library for content filtering.
57 lines (56 loc) • 1.62 kB
JSON
{
"name": "@coffeeandfun/google-profanity-words",
"version": "3.0.7",
"description": "Real profanity words banned by Google, extracted from their hidden API before shutdown. Now available as an easy-to-use Node.js library for content filtering.",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"files": [
"index.js",
"index.d.ts",
"src/",
"data/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"engines": {
"node": ">=16"
},
"scripts": {
"format": "npx prettier . --write",
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest",
"en": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest english.test.js",
"es": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest spanish.test.js",
"engine": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest engine.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coffee-and-fun/google-profanity-words.git"
},
"keywords": [
"google",
"side-project",
"profanity",
"profanity-detection",
"profanityfilter"
],
"author": "Robert James Gabriel",
"license": "MIT",
"bugs": {
"url": "https://github.com/coffee-and-fun/google-profanity-words/issues"
},
"homepage": "https://github.com/coffee-and-fun/google-profanity-words#readme",
"devDependencies": {
"jest": "^30.3.0",
"prettier": "3.0.0"
}
}