-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"dependencies": {
"jquery": "^3.7.1",
"request": "^2.88.2",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/jquery": "^3.5.25",
"ts-loader": "^9.5.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"name": "jquery-spellchecker-lt",
"description": "[![Commit Activity](https://img.shields.io/github/commit-activity/m/Keffisor/JDAExpansion)](https://github.com/Keffisor/JDAExpansion/commits/master)\r <br>\r # JQuery-SpellChecker-LT\r **JQuery-SpellChecker-LT** - Add a SpellChecker integration to any editor using LanguageTool's API.",
"version": "1.1.0",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Keffisor/jQuery-SpellChecker-LT.git"
},
"keywords": [
"spellchecker",
"language",
"spellcheck",
"grammar",
"languagetool",
"grammar-checker",
"spellchecking"
],
"author": "Keffisor21",
"license": "ISC",
"bugs": {
"url": "https://github.com/Keffisor/jQuery-SpellChecker-LT/issues"
},
"homepage": "https://github.com/Keffisor/jQuery-SpellChecker-LT#readme"
}