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