UNPKG

nanoid-good

Version:

Obscene words filter for nanoid

31 lines (30 loc) 538 B
{ "name": "nanoid-good", "version": "3.1.0", "description": "Obscene words filter for nanoid", "main": "index.js", "scripts": { "test": "jest", "watch": "jest --watch", "start": "node ./index.js" }, "keywords": [ "profanity", "nanoid" ], "author": "y-gagar1n", "license": "ISC", "dependencies": { "nanoid": "^3.1.2", "naughty-words": "^1.2.0" }, "devDependencies": { "jest": "^23.4.1", "size-limit": "^0.18.5" }, "size-limit": [ { "path": "index.js" } ] }