forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
{
"name": "@cspell/dict-sl-si",
"version": "1.0.5",
"description": "Slovenian dictionary for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli build",
"conditional-build": "pnpm run build --conditional",
"prepare:dictionary": "cspell-tools-cli gzip \"*.trie\"",
"prepublishOnly": "echo pre-publish",
"test-dict": "hunspell-reader words -n 1000 \"./src/hunspell-french-dictionaries-v7.0/fr-classique.dic\" | cspell -v -c ./cspell-ext.json \"--local=fr\" \"--languageId=*\" stdin",
"test-text": "cspell -v -c ./cspell-ext.json --local=sl \"samples/**\"",
"test": "pnpm run test-dict && pnpm run test-text"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"cspell-ext",
"sl_SI",
"Slovenian",
"dictionary",
"spelling"
],
"author": "Street Side Software",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/sl_SI#readme",
"files": [
"src/README_sl_SI.txt",
"sl_si.trie.gz",
"cspell-ext.json",
"*.js",
"*.d.ts"
]
}