{
  "name": "cspell-dict-elixir",
  "version": "1.1.4",
  "description": "Elixir dictionary for cspell.",
  "bin": {
    "cspell-dict-elixir-link": "link.js",
    "cspell-dict-elixir-unlink": "unlink.js"
  },
  "exports": {
    ".": "./index.js",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "test": "cspell -v -c ./cspell-ext.json *.md -e CHANGELOG.md",
    "prepublishOnly": "yarn test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "elixir",
    "elixir",
    "dictionary",
    "spelling"
  ],
  "main": "index.js",
  "typings": "index.d.ts",
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/packages/elixir#readme",
  "dependencies": {
    "@cspell/dict-elixir": "^1.0.25",
    "configstore": "^5.0.1"
  },
  "files": [
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "ccd9c5e08c2b875f81bd55cdeb405335c9fa752e"
}
