You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
{ |
|
"name": "@cspell/dict-software-terms", |
|
"version": "1.0.48", |
|
"description": "Software terms dictionary for cspell.", |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"exports": { |
|
".": "./cspell-ext.json", |
|
"./cspell": "./cspell-ext.json", |
|
"./cspell-ext.json": "./cspell-ext.json" |
|
}, |
|
"scripts": { |
|
"build": "cat source-files.txt | xargs cspell-tools compile -o . -M softwareTerms.txt", |
|
"test": "cat \"src/software-terms.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin", |
|
"prepublishOnly": "yarn test", |
|
"prepare": "yarn run build" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" |
|
}, |
|
"keywords": [ |
|
"cspell", |
|
"software-terms", |
|
"software terms", |
|
"dictionary", |
|
"spelling" |
|
], |
|
"author": "Jason Dent", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues" |
|
}, |
|
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/software-terms#readme", |
|
"files": [ |
|
"softwareTerms.txt.gz", |
|
"cspell-ext.json" |
|
], |
|
"gitHead": "b1fe09d226f849c6c1b3ae70fa2da0a3adb3f920" |
|
}
|
|
|