{ "name": "@cspell/dict-dotnet", "version": "2.0.1", "description": ".Net 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 \"dotnet.txt\" -o .", "test": "head -n 100 \"dotnet.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=cs stdin", "prepublishOnly": "echo pre-publish", "prepare": "yarn run build" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" }, "keywords": [ "cspell", "dotnet", ".Net", "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/dotnet#readme", "files": [ "dotnet.txt.gz", "cspell-ext.json" ], "gitHead": "b0ca21bc4a3e71c5f619fe758edbbd67b393924d" }