forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "cspell-dict-nl-nl",
"version": "1.0.19",
"description": "Dutch dictionary for cspell.",
"bin": {
"cspell-dict-nl-nl-link": "./link.js",
"cspell-dict-nl-nl-unlink": "./unlink.js"
},
"scripts": {
"build": "cspell-tools compile-trie \"Dutch.dic\" -o .",
"test": "hunspell-reader words -n 1000 \"Dutch.dic\" | cspell -v -c ./cspell-ext.json --local=nl --languageId=* stdin",
"prepare": "cp ../../util/* .",
"cspell-link": "node link.js",
"cspell-unlink": "node unlink.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"nl_NL",
"dictionary",
"spelling"
],
"main": "index.js",
"typings": "index.d.ts",
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/packages/nl_NL#readme",
"dependencies": {
"configstore": "^5.0.0"
},
"files": [
"Dutch.trie.gz",
"cspell-ext.json",
"Dutch.txt",
"*.js",
"*.d.ts"
],
"gitHead": "a7eb7b9ab0d954d5a5dafc25a13e1c6dd99cf068"
}