@cspell/dict-dotnet
Version:
.Net dictionary for cspell.
44 lines (43 loc) • 1.2 kB
JSON
{
"name": "@cspell/dict-dotnet",
"version": "5.0.13",
"description": ".Net dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"keywords": [
"cspell",
"dotnet",
".Net",
"dictionary",
"spelling"
],
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/dotnet#readme",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/dotnet"
},
"license": "MIT",
"author": "Street Side Software <support@streetsidesoftware.nl>",
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"files": [
"dict/*",
"cspell-ext.json"
],
"scripts": {
"build": "cspell-tools-cli build",
"prepare:dictionary": "pnpm run build",
"prepublishOnly": "echo pre-publish",
"test": "shx head -n 100 src/dotnet.txt | cspell -c ./cspell-ext.json --locale=* --languageId=cs stdin"
},
"gitHead": "1542eeaa18bb04afd8bff5cdd6875a7c480057f2"
}