UNPKG

allprofanity

Version:

A TypeScript package to filter Hindi and Hinglish bad words from text

55 lines (54 loc) 1.35 kB
{ "name": "allprofanity", "version": "2.1.1", "description": "A TypeScript package to filter Hindi and Hinglish bad words from text", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "clean": "rimraf dist coverage", "prepare": "npm run clean && npm run build", "prepublishOnly": "npm test", "preversion": "npm run test", "version": "git add -A src" }, "keywords": [ "hindi", "hinglish", "profanity", "filter", "bad-words", "censorship", "content-moderation", "typescript" ], "author": { "name": "Ayush Jadaun", "email": "ayushjadaun6@gmail.com", "url": "https://github.com/ayush-jadaun" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ayush-jadaun/AllProfanity.git" }, "homepage": "https://github.com/ayush-jadaun/AllProfanity#readme", "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "rimraf": "^5.0.0", "ts-jest": "^29.1.0", "ts-node": "^10.0.0", "typescript": "^4.0.0" }, "files": [ "dist", "LICENSE", "README.md" ] }