forked from lix-project/lix-website
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "@cspell/dict-elixir",
|
||
|
"version": "2.0.1",
|
||
|
"description": "Elixir dictionary for cspell.",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": "./cspell-ext.json",
|
||
|
"./cspell": "./cspell-ext.json",
|
||
|
"./cspell-ext.json": "./cspell-ext.json"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "cspell-tools compile \"elixir.txt\" -o .",
|
||
|
"test": "head -n 100 \"elixir.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=elixir stdin",
|
||
|
"prepublishOnly": "echo pre-publish",
|
||
|
"prepare": "yarn run build"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"cspell",
|
||
|
"elixir",
|
||
|
"elixir",
|
||
|
"dictionary",
|
||
|
"spelling"
|
||
|
],
|
||
|
"author": "Jason Dent",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/elixir#readme",
|
||
|
"files": [
|
||
|
"elixir.txt.gz",
|
||
|
"cspell-ext.json"
|
||
|
],
|
||
|
"gitHead": "d0d8a08b05995f2ea6003442dc7c9eece475337f"
|
||
|
}
|