react-word-spell-checker
Version:
A customizable React input wrapper for real-time spell checking using nspell. Works offline with no external API required.
65 lines (64 loc) • 1.6 kB
JSON
{
"name": "react-word-spell-checker",
"version": "1.0.8",
"description": "A customizable React input wrapper for real-time spell checking using nspell. Works offline with no external API required.",
"author": "Muhammad Muzammil",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Muzammil803/react-auto-word-spell-checker"
},
"homepage": "https://github.com/Muzammil803/react-auto-word-spell-checker",
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"react",
"spellchecker",
"nspell",
"input",
"textarea",
"react-component",
"auto-spellchecker",
"auto-word-checker"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=17 || >=18 || >=19",
"react-dom": ">=17 || >=18 || >=19"
},
"dependencies": {
"nspell": "^2.1.5"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/nspell": "^2.1.6",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"typescript": "~5.8.3",
"vite": "^7.0.0"
}
}