47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
|
{
|
||
|
"name": "@cspell/dict-software-terms",
|
||
|
"version": "2.3.0",
|
||
|
"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-software-terms": "cat source-files.txt | xargs cspell-tools-cli compile --split -o . -M softwareTerms.txt",
|
||
|
"build-networking-terms": "cat source-files-networking.txt | xargs cspell-tools-cli compile --split -o . -M networkingTerms.txt",
|
||
|
"build": "npm run build-software-terms && npm run build-networking-terms",
|
||
|
"test": "npm run test-software-terms && npm run test-networking-terms",
|
||
|
"test-software-terms": "cat \"src/software-terms.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin",
|
||
|
"test-networking-terms": "cat source-files-networking.txt | xargs cat | cspell -v \"--local=*\" \"--languageId=*\" stdin",
|
||
|
"prepublishOnly": "echo pre-publish",
|
||
|
"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",
|
||
|
"networkingTerms.txt.gz",
|
||
|
"cspell-ext.json"
|
||
|
],
|
||
|
"gitHead": "27152d98292bc02394e0191138e84de37eab828d"
|
||
|
}
|