cspell-dict-companies
Version:
Company names dictionary for cspell.
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "cspell-dict-companies",
"version": "1.1.7",
"description": "Company names dictionary for cspell.",
"bin": {
"cspell-dict-companies-link": "link.js",
"cspell-dict-companies-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",
"companies",
"Company names",
"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/companies#readme",
"dependencies": {
"@cspell/dict-companies": "^1.0.40",
"configstore": "^5.0.1"
},
"files": [
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "b5f276a415fd2a88ebc18c00e9b81165ab725730"
}