forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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-scientific-terms-gb",
"version": "1.0.6",
"description": "Scientific Terms GB dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"keywords": [
"cspell",
"cspell-ext",
"scientific_terms_GB",
"Scientific Terms GB",
"dictionary",
"spelling"
],
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/scientific_terms_GB#readme",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/scientific_terms_GB"
},
"license": "MIT",
"author": "Street Side Software <support@streetsidesoftware.nl>",
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"files": [
"dict/scientific-terms-gb.trie.gz",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"scripts": {
"build": "cspell-tools-cli build && pnpm gz",
"conditional-build": "cspell-tools-cli build --conditional && pnpm gz",
"gz": "cspell-tools-cli gzip \"dict/*.trie\"",
"prepare:dictionary": "pnpm gz",
"prepublishOnly": "echo pre-publish",
"test": "cspell samples"
}
}