@sit-sandbox/thai-bad-words
Version:
A package to detect bad words in Thai language.
60 lines (59 loc) • 1.44 kB
JSON
{
"name": "@sit-sandbox/thai-bad-words",
"version": "1.1.9",
"description": "A package to detect bad words in Thai language.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --clean",
"test": "jest"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"repository": {
"type": "github",
"url": "git+https://github.com/SIT-SandBox/thai-bad-words.git"
},
"keywords": [
"words",
"words-check",
"bad",
"bad-words",
"thai-bad-words",
"thai-slang",
"thai-offensive-words",
"thai-profanity",
"profanity-filter",
"thai-language-filter",
"text-filter",
"censorship",
"content-moderation",
"filtering",
"obscene-words",
"language-detection"
],
"author": "SIT-SandBox",
"license": "MIT",
"bugs": {
"url": "https://github.com/SIT-SandBox/thai-bad-words/issues"
},
"homepage": "https://github.com/SIT-SandBox/thai-bad-words#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^8.4.0",
"typescript": "^5.7.3"
}
}