{
  "name": "@cspell/dict-en-gb",
  "version": "5.0.30",
  "description": "British English dictionary for cspell.",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "en_GB",
    "dictionary",
    "spelling"
  ],
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_GB#readme",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/en_GB"
  },
  "license": "LGPL-3.0",
  "author": "Street Side Software <support@streetsidesoftware.nl>",
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "directories": {
    "test": "tests"
  },
  "files": [
    "en_GB.trie.gz",
    "cspell-ext.json",
    "src/**/README_en_GB.txt"
  ],
  "scripts": {
    "build": "cspell-tools-cli build && pnpm gz",
    "conditional-build": "cspell-tools-cli build --conditional && pnpm gz",
    "gz": "cspell-tools-cli gzip \"*.trie\"",
    "prepare:dictionary": "pnpm gz",
    "prepublishOnly": "echo pre-publish",
    "test": "cspell -c ./cspell-ext.json --locale=en_gb --languageId=* \"tests\""
  },
  "devDependencies": {
    "@cspell/aoo-mozilla-en-dict": "workspace:^",
    "@cspell/dict-en-shared": "workspace:^"
  },
  "gitHead": "09b0483b7c3c9d04e504e5f9275d3ad530a69742"
}
