webspellcheck
Version:
Simple WebSpellChecker initializer for CKEditor or Monaco Editor
25 lines (24 loc) • 556 B
JSON
{
"name": "webspellcheck",
"version": "1.1.10",
"description": "Simple WebSpellChecker initializer for CKEditor or Monaco Editor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && javascript-obfuscator dist/index.js --output dist/index.js"
},
"keywords": [
"spellcheck",
"ckeditor",
"webspellchecker",
"typescript",
"wsc",
"dsc"
],
"author": "webspellcheck",
"license": "MIT",
"devDependencies": {
"javascript-obfuscator": "^4.1.1",
"typescript": "^5.8.3"
}
}