{ "name": "@cspell/dict-csharp", "version": "1.0.11", "description": "C# 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 \"csharp.txt\" -o .", "test": "head -n 100 \"csharp.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=csharp\" stdin", "prepublishOnly": "yarn test", "prepare": "yarn run build" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" }, "keywords": [ "cspell", "csharp", "csharp", "dictionary", "spelling" ], "author": "Jason Dent", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/csharp#readme", "files": [ "csharp.txt.gz", "cspell-ext.json" ], "gitHead": "1c298eba6f2fdcdd3473025aca85482af1504811" }