forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "cspell-dict-latex",
"version": "1.0.11",
"description": "LaTeX cspell dictionary",
"bin": {
"cspell-dict-latex-link": "./link.js",
"cspell-dict-latex-unlink": "./unlink.js"
},
"scripts": {
"build": "cspell-tools compile \"latex.txt\" -o .",
"test": "head -n 1000 \"latex.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=latex stdin",
"cspell-link": "node link.js",
"cspell-unlink": "node unlink.js",
"prepare": "cp ../../util/* . && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"LaTeX",
"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/latex#readme",
"dependencies": {
"configstore": "^5.0.0"
},
"files": [
"latex.txt.gz",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "a7eb7b9ab0d954d5a5dafc25a13e1c6dd99cf068"
}