lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-r/package.json
2024-04-26 22:49:34 -06:00

48 lines
1.3 KiB
JSON

{
"name": "@cspell/dict-r",
"version": "1.0.3",
"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": "ceb4ae4c4fce87ea5e53530ee22bb8862a201d50"
}