UNPKG

turkish-profanity-filter

Version:

A configurable Turkish profanity filter for text content

42 lines (41 loc) 984 B
{ "name": "turkish-profanity-filter", "version": "1.0.7", "description": "A configurable Turkish profanity filter for text content", "main": "src/index.js", "types": "index.d.ts", "scripts": { "test": "jest", "lint": "eslint src", "debug": "node debug.js" }, "keywords": [ "turkish", "profanity", "filter", "moderation", "content", "censorship", "text" ], "author": "Dogan Erdogant <derdogant@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/derdogant/turkish-profanity-filter.git" }, "bugs": { "url": "https://github.com/derdogant/turkish-profanity-filter/issues" }, "homepage": "https://github.com/derdogant/turkish-profanity-filter#readme", "devDependencies": { "eslint": "^8.42.0", "jest": "^29.5.0" }, "files": [ "src", "LICENSE", "README.md", "index.d.ts" ] }