sinhala_profanity_filter
Version:
This is a sinhala profanity filter
32 lines (31 loc) • 675 B
JSON
{
"name": "sinhala_profanity_filter",
"version": "1.0.0",
"description": "This is a sinhala profanity filter",
"main": "main.js",
"scripts": {
"test": "jest",
"lint":"eslint '**/*.js' --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/pathum-kalhan/bullshit-detector.git"
},
"keywords": [
"sinhala",
"srilanka",
"srilankan",
"bad",
"word",
"bad",
"words",
"profanity"
],
"author": "S.M Pathum Kalhan",
"license": "ISC",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1"
}
}