forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
46
47
48
49
{
"name": "cspell-dict-sv",
"version": "1.0.9",
"description": "Swedish dictionary for cspell.",
"bin": {
"cspell-dict-sv-link": "./link.js",
"cspell-dict-sv-unlink": "./unlink.js"
},
"scripts": {
"build": "cspell-tools compile-trie \"Swedish.dic\" -o .",
"prepublishOnly": "cp ../../util/* .",
"cspell-link": "node link.js",
"cspell-unlink": "node unlink.js",
"publish-minor": "npm version minor && npm publish",
"publish-patch": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jason3S/cspell-dicts.git"
},
"keywords": [
"cspell",
"sv",
"Swedish",
"dictionary",
"spelling"
],
"main": "index.js",
"typings": "index.d.ts",
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jason3S/cspell-dicts/issues"
},
"homepage": "https://github.com/Jason3S/cspell-dicts/blob/master/sv/README.md",
"devDependencies": {
"cspell-tools": "^3.0.4"
},
"dependencies": {
"configstore": "^4.0.0"
},
"files": [
"Swedish.trie.gz",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "a7eb7b9ab0d954d5a5dafc25a13e1c6dd99cf068"
}