-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
43 lines (43 loc) · 932 Bytes
/
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
{
"name": "spell-checker-js",
"version": "1.2.5",
"description": "Simple expandable tool for spell checking",
"main": "dist/index.js",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"iconv-lite": "^0.4.18",
"xregexp": "^3.2.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/iconv-lite": "0.0.1",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.27",
"@types/xregexp": "^3.0.29",
"chai": "^4.2.0",
"mocha": "^6.1.4"
},
"scripts": {
"test": "mocha -t 2500 -c",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danakt/spell-checker.js.git"
},
"keywords": [
"spell",
"spellcheck",
"spellchecker",
"language",
"russian",
"english"
],
"author": "Danakt Frost <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danakt/spell-checker.js/issues"
}
}