-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.93 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@webspellchecker/wproofreader-sdk-js",
"version": "1.1.1",
"description": "WProofreader SDK package to simplify the integration into modern JavaScript applications.",
"repository": {
"type": "git",
"url": "https://github.com/WebSpellChecker/wproofreader-sdk-js.git"
},
"scripts": {
"prepare": "husky install",
"lint": "eslint --quiet .",
"test": "node ./node_modules/karma/bin/karma start"
},
"author": "WebSpellChecker (https://webspellchecker.com/)",
"bugs": {
"url": "https://github.com/WebSpellChecker/wproofreader-sdk-js/issues"
},
"homepage": "https://github.com/WebSpellChecker/wproofreader-sdk-js#readme",
"license": "Apache-2.0",
"main": "src/wproofreadersdk.js",
"files": [
"src",
"index.d.ts"
],
"types": "index.d.ts",
"keywords": [
"WProofreader",
"WebSpellChecker",
"grammar check",
"artificial intelligence",
"AI",
"spell check",
"spelling",
"proofreading",
"multilingual support",
"writing assistance",
"style check",
"API",
"SDK",
"plugin",
"JavaScript",
"Angular",
"Vue.js",
"React",
"real-time correction",
"rich text editor"
],
"devDependencies": {
"chai": "^4.3.8",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-sinon": "^0.2.0",
"husky": "^8.0.3",
"karma": "^6.4.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"sinon": "^16.0.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"eslintIgnore": [
"dist/**",
"examples/**",
"node_modules/**"
]
}