UNPKG

cspell-dict-dotnet

Version:
47 lines (46 loc) 1.12 kB
{ "name": "cspell-dict-dotnet", "version": "1.1.9", "description": ".Net dictionary for cspell.", "bin": { "cspell-dict-dotnet-link": "link.js", "cspell-dict-dotnet-unlink": "unlink.js" }, "exports": { ".": "./index.js", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "test": "cspell -v -c ./cspell-ext.json *.md -e CHANGELOG.md", "prepublishOnly": "yarn test" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" }, "keywords": [ "cspell", "dotnet", ".Net", "dictionary", "spelling" ], "main": "index.js", "typings": "index.d.ts", "author": "Jason Dent", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/packages/dotnet#readme", "dependencies": { "@cspell/dict-dotnet": "^1.0.31", "configstore": "^5.0.1" }, "files": [ "cspell-ext.json", "*.js", "*.d.ts" ], "gitHead": "8ef6ee23bf0f6ade7b283351d4cc74b3f545245b" }