{
  "name": "@cspell/dict-en-ca",
  "version": "1.0.60",
  "description": "Canadian English dictionary for cspell.",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "en_CA",
    "en-CA",
    "dictionary",
    "spelling"
  ],
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_CA#readme",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/en_CA"
  },
  "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_CA.trie",
    "cspell-ext.json",
    "src/**/README_en_*.txt"
  ],
  "scripts": {
    "build": "pnpm run compile && pnpm gz",
    "compile": "cspell-tools-cli build",
    "conditional-build": "pnpm compile --conditional && pnpm gz",
    "gz": "cspell-tools-cli gzip \"*.trie\"",
    "prepare:dictionary": "pnpm gz",
    "prepublishOnly": "echo pre-publish",
    "test": "pnpm run test-text",
    "test-text": "cspell -c ./cspell-ext.json --locale=en-ca --languageId=* \"tests/*.txt\""
  },
  "devDependencies": {
    "@cspell/aoo-mozilla-en-dict": "workspace:^",
    "@cspell/dict-en-shared": "workspace:^"
  },
  "gitHead": "372b73a4c7b1dcff5f9bb57168cbc673e78ac163"
}
