Current section

Files

Jump to
spellweaver priv bun node_modules @cspell dict-software-terms package.json
Raw

priv/bun/node_modules/@cspell/dict-software-terms/package.json

{
"name": "@cspell/dict-software-terms",
"version": "5.0.10",
"description": "Software related dictionaries for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli build",
"test": "pnpm test-software-terms && pnpm test-networking-terms",
"test-software-terms": "cspell -c ./cspell-ext.json \"--locale=en\" \"--languageId=*\" --file-list src/source-files-software.txt",
"test-networking-terms": "cspell \"--locale=*\" \"--languageId=*\" --file-list src/source-files-networking.txt",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/software-terms"
},
"keywords": [
"cspell",
"software-terms",
"software terms",
"networking terms",
"web services dictionary",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"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": [
"dict/*",
"!dict/README.md",
"cspell-corrections.yaml",
"cspell-ext.json"
],
"gitHead": "b98515af5fd32c00e4a172176881a383faf2a7a2"
}