@inkdropapp/codemirror-spell-checker
Version:
Spell checking in CodeMirror.
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "@inkdropapp/codemirror-spell-checker",
"version": "1.2.0",
"description": "Spell checking in CodeMirror.",
"homepage": "https://github.com/inkdropapp/codemirror-spell-checker",
"repository": {
"type": "git",
"url": "https://github.com/inkdropapp/codemirror-spell-checker"
},
"main": "./spell-checker.js",
"license": "MIT",
"author": {
"name": "Takuya Matsuyama",
"url": "https://www.craftz.dog/"
},
"scripts": {
"build": "babel src/ -d .",
"dev": "babel src/ -s -d . --watch",
"test": "eslint src/spell-checker.js",
"prepublishOnly": "npm t && npm run build"
},
"dependencies": {
"node-fetch": "^2.6.7",
"typo-js": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1"
},
"keywords": [
"inkdrop",
"codemirror",
"code",
"mirror",
"spell",
"checker",
"checking",
"spellchecker",
"spellchecking",
"javascript"
]
}