Current section

Files

Jump to
spellweaver priv bun node_modules @cspell dict-bash package.json
Raw

priv/bun/node_modules/@cspell/dict-bash/package.json

{
"name": "@cspell/dict-bash",
"version": "4.2.2",
"description": "Bash dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "echo ok",
"test": "shx cat samples/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/bash"
},
"keywords": [
"cspell",
"bash",
"bash",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/bash#readme",
"files": [
"dict/*",
"cspell-ext.json"
],
"dependencies": {
"@cspell/dict-shell": "1.1.2"
},
"gitHead": "fc1e17a3a1cc3c1e9a4616a7aa02bee4653ace0d"
}