{
  "name": "codemirror-lang-r",
  "version": "0.1.1",
  "description": "R language support for the CodeMirror code editor",
  "scripts": {
    "build": "cm-buildhelper src/r.ts",
    "test": "cm-runtests",
    "prepare": "npm run build"
  },
  "keywords": [
    "editor",
    "code"
  ],
  "author": {
    "name": "Travis Harrison",
    "email": "TravisHarrisonYeah@gmail.com"
  },
  "type": "module",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "sideEffects": false,
  "license": "MIT",
  "dependencies": {
    "@codemirror/language": "^6.10.3",
    "lezer-r": "^0.1.3"
  },
  "devDependencies": {
    "@codemirror/buildhelper": "^1.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TravisYeah/lang-r.git"
  }
}
