{
  "name": "@cspell/dict-software-terms",
  "version": "5.1.1",
  "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": "pnpm build:dicts && pnpm build:suggestions",
    "build:suggestions": "node ./scripts/build-cspell-corrections.mjs",
    "build:dicts": "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": "08e2ac45e468c27b024295c0872c1b0a6667a351"
}
