{
  "name": "@cspell/dict-sl-si",
  "version": "1.0.9",
  "description": "Slovenian 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",
    "conditional-build": "pnpm run build --conditional",
    "prepare:dictionary": "cspell-tools-cli gzip \"*.trie\"",
    "prepublishOnly": "echo pre-publish",
    "test-dict": "pipe-cmds \"hunspell-reader words -n 1000 \\\"./src/sl_SI.dic\\\"\" \"cspell -c ./cspell-ext.json \\\"--locale=sl\\\" \\\"--languageId=*\\\" stdin\"",
    "test-text": "cspell -c ./cspell-ext.json --locale=sl \"samples/**\"",
    "test": "pnpm run test-dict && pnpm run test-text"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/sl_SI"
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "sl_SI",
    "Slovenian",
    "dictionary",
    "spelling"
  ],
  "author": "Street Side Software <support@streetsidesoftware.nl>",
  "license": "LGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/sl_SI#readme",
  "files": [
    "src/README_sl_SI.txt",
    "sl_si.trie.gz",
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
}
