{
  "name": "@cspell/dict-r",
  "version": "2.0.0",
  "description": "R dictionary for cspell.",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "scripts": {
    "build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile --split \"src/r.txt\" -o .",
    "test": "head -n 1000 \"src/r.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=r\" stdin",
    "prepublishOnly": "echo pre-publish",
    "prepare": "yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "keywords": [
    "cspell",
    "cspell-ext",
    "r",
    "R",
    "dictionary",
    "spelling"
  ],
  "author": "Jason Dent <jason@streetsidesoftware.nl>",
  "contributors": [
    "Matthew Toohey <contact@mtoohey.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/r#readme",
  "files": [
    "r.txt.gz",
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68"
}
