{
  "name": "@cspell/dict-ruby",
  "version": "5.1.1",
  "description": "For ruby and ruby on rails",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "cspell",
    "ruby",
    "Ruby",
    "dictionary",
    "spelling"
  ],
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/ruby#readme",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/ruby"
  },
  "license": "MIT",
  "author": "Street Side Software <support@streetsidesoftware.nl>",
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "files": [
    "dict/ruby.txt",
    "dict/gems.txt",
    "cspell-ext.json"
  ],
  "scripts": {
    "build": "cspell-tools-cli build",
    "prepare:dictionary": "pnpm run build",
    "prepublishOnly": "echo pre-publish",
    "test": "shx head -n 100 src/ruby.txt | cspell -c ./cspell-ext.json \"--locale=en\" \"--languageId=ruby\" stdin"
  },
  "gitHead": "86d6d1fc5212a9b9ec281cc238176989e3980f65"
}
