UNPKG

@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.

36 lines (35 loc) 1.26 kB
{ "name": "@coffeeandfun/google-profanity-words", "version": "3.0.0", "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", "type": "module", "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": "ISC", "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": "^27.4.5", "prettier": "3.0.0" } }