UNPKG

@kpachbiu/censure-js

Version:
72 lines (71 loc) 2.11 kB
{ "name": "@kpachbiu/censure-js", "version": "1.7.6", "keywords": [ "censure", "filter", "profanity words", "profane words", "vulgar words", "obscene words", "profane words in texts", "vulgar words in texts", "obscene words in texts", "censure filter", "curse words filter", "dirty words filter", "obscene language filter", "indecent language filter", "dirty russian words filter", "dirty english words filter", "bad russian words filter", "bad english words filter", "russian swear words filter", "english swear words filter", "swearwords filter", "words replacer", "word replacer", "word replacement", "replacer" ], "description": "Dirty russian/english words filter", "type": "module", "exports": { "require": "./dist/cjs/censure.js", "import": "./dist/esm/censure.js" }, "main": "./dist/cjs/lib.js", "module": "./dist/esm/lib.js", "types": "./dist/types/censure.d.ts", "scripts": { "test": "jest", "build": "npm-run-all build:clean build:esm build:cjs", "build:clean": "rimraf -rf ./dist", "build:esm": "tsc --module esnext --outDir dist/esm/ && echo {\"type\": \"module\"} > dist/esm/package.json", "build:cjs": "tsc --module commonjs --outDir dist/cjs/ && echo {\"type\": \"commonjs\"} > dist/cjs/package.json", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/jzavorohina/censure-js.git" }, "author": "Konstantin Nikolaev <twozebras.nikolaev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jzavorohina/censure-js/issues" }, "homepage": "https://github.com/jzavorohina/censure-js#readme", "directories": { "test": "tests" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.10.5", "jest": "^29.3.1", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }