{
  "name": "@cspell/dict-de-at",
  "version": "1.1.3",
  "description": "Austrian German dictionary 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 && pnpm gz",
    "conditional-build": "pnpm run sync && cspell-tools-cli build --conditional && pnpm gz",
    "sync": "pnpm cpy \"node_modules/dictionary-de-at/**\" src/hunspell",
    "test-de": "pipe-cmds \"hunspell-reader words -n 1000 \\\"src/hunspell/index.dic\\\"\" \"cspell -c ./cspell-ext.json --locale=de-AT --languageId=* stdin\"",
    "test-samples": "cspell -c ./cspell-ext.json --locale=de-at,en \"samples/**\"",
    "test": "pnpm run test-de && pnpm run test-samples",
    "gz": "cspell-tools-cli gzip \"*.trie\"",
    "prepare:dictionary": "pnpm gz",
    "prepublishOnly": "pnpm run conditional-build && pnpm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/de_AT"
  },
  "keywords": [
    "cspell",
    "de-AT",
    "German",
    "Austrian",
    "dictionary",
    "spelling"
  ],
  "author": "Street Side Software <support@streetsidesoftware.nl>",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/de_AT#readme",
  "files": [
    "de_AT.trie.gz",
    "cspell-ext.json",
    "src/hunspell/license"
  ],
  "devDependencies": {
    "dictionary-de-at": "^3.0.0"
  },
  "gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021"
}
