lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-bash/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2024-04-27 03:39:10 +00:00
{
"name": "@cspell/dict-bash",
"version": "2.0.4",
"description": "Bash 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 \"bash-words.txt\" -o .",
"test": "head -n 100 \"bash-words.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=shellscript\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"bash",
"bash",
"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/bash#readme",
"files": [
"bash-words.txt.gz",
"cspell-ext.json"
],
"gitHead": "47635a4813a22256cf556d8b4282a1c5a869f668"
}