-
-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathpackage.json
117 lines (117 loc) · 3.9 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@cspell/cspell-bundled-dicts",
"version": "8.17.4",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
"main": "cspell-default.json",
"files": [
"cspell-default.json",
"cspell-default.config.js",
"cspell-compatibility.json",
"compatibility-words.txt.gz"
],
"exports": {
".": "./cspell-default.config.js",
"./cspell-default.config.js": "./cspell-default.config.js",
"./cspell-default.json": "./cspell-default.json"
},
"scripts": {
"build": "tsc -p .",
"build-dict": "cspell-tools-cli compile compatibility-words.txt",
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"clean-build": "pnpm run clean && pnpm run build",
"watch": "pnpm run build --watch",
"test": "node ../../bin.mjs \"**/*.{txt,md,ts}\"",
"update-fix-en-gb": "pnpm add @cspell/dict-en-gb@1.1.33",
"update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" \"!@cspell/dict-en-gb\" --depth 1 --filter-prod . && pnpm update-fix-en-gb"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-bundled-dicts"
},
"keywords": [
"spell",
"checker",
"cspell",
"dictionaries"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-bundled-dicts"
},
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-bundled-dicts#readme",
"dependencies": {
"@cspell/dict-ada": "^4.1.0",
"@cspell/dict-al": "^1.1.0",
"@cspell/dict-aws": "^4.0.9",
"@cspell/dict-bash": "^4.2.0",
"@cspell/dict-companies": "^3.1.14",
"@cspell/dict-cpp": "^6.0.4",
"@cspell/dict-cryptocurrencies": "^5.0.4",
"@cspell/dict-csharp": "^4.0.6",
"@cspell/dict-css": "^4.0.17",
"@cspell/dict-dart": "^2.3.0",
"@cspell/dict-data-science": "^2.0.7",
"@cspell/dict-django": "^4.1.4",
"@cspell/dict-docker": "^1.1.12",
"@cspell/dict-dotnet": "^5.0.9",
"@cspell/dict-elixir": "^4.0.7",
"@cspell/dict-en-common-misspellings": "^2.0.9",
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.3.33",
"@cspell/dict-filetypes": "^3.0.11",
"@cspell/dict-flutter": "^1.1.0",
"@cspell/dict-fonts": "^4.0.4",
"@cspell/dict-fsharp": "^1.1.0",
"@cspell/dict-fullstack": "^3.2.5",
"@cspell/dict-gaming-terms": "^1.1.0",
"@cspell/dict-git": "^3.0.4",
"@cspell/dict-golang": "^6.0.18",
"@cspell/dict-google": "^1.0.8",
"@cspell/dict-haskell": "^4.0.5",
"@cspell/dict-html": "^4.0.11",
"@cspell/dict-html-symbol-entities": "^4.0.3",
"@cspell/dict-java": "^5.0.11",
"@cspell/dict-julia": "^1.1.0",
"@cspell/dict-k8s": "^1.0.10",
"@cspell/dict-kotlin": "^1.1.0",
"@cspell/dict-latex": "^4.0.3",
"@cspell/dict-lorem-ipsum": "^4.0.4",
"@cspell/dict-lua": "^4.0.7",
"@cspell/dict-makefile": "^1.0.4",
"@cspell/dict-markdown": "^2.0.9",
"@cspell/dict-monkeyc": "^1.0.10",
"@cspell/dict-node": "^5.0.6",
"@cspell/dict-npm": "^5.1.27",
"@cspell/dict-php": "^4.0.14",
"@cspell/dict-powershell": "^5.0.14",
"@cspell/dict-public-licenses": "^2.0.13",
"@cspell/dict-python": "^4.2.15",
"@cspell/dict-r": "^2.1.0",
"@cspell/dict-ruby": "^5.0.7",
"@cspell/dict-rust": "^4.0.11",
"@cspell/dict-scala": "^5.0.7",
"@cspell/dict-shell": "^1.1.0",
"@cspell/dict-software-terms": "^4.2.5",
"@cspell/dict-sql": "^2.2.0",
"@cspell/dict-svelte": "^1.0.6",
"@cspell/dict-swift": "^2.0.5",
"@cspell/dict-terraform": "^1.1.0",
"@cspell/dict-typescript": "^3.2.0",
"@cspell/dict-vue": "^3.0.4"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@cspell/cspell-tools": "workspace:*",
"@cspell/cspell-types": "workspace:*"
}
}