@cspell/dict-powershell
Version:
PowerShell Keyword Dictionary
44 lines (43 loc) • 1.18 kB
JSON
{
"name": "@cspell/dict-powershell",
"version": "5.0.15",
"description": "PowerShell Keyword Dictionary",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli build",
"test": "cspell samples -c samples/cspell.json",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/powershell"
},
"keywords": [
"cspell",
"powershell",
"PowerShell",
"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/powershell#readme",
"files": [
"dict/powershell.txt",
"cspell-ext.json"
],
"gitHead": "30c5c53b8e28152fc1d8a6cf0c872b068a64221a"
}