UNPKG

@cspell/dict-companies

Version:
45 lines (44 loc) 1.24 kB
{ "name": "@cspell/dict-companies", "version": "3.2.3", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public", "provenance": true }, "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "build": "cspell-tools-cli compile --no-compress --split \"src/companies.txt\" -o ./dict", "test": "cspell -c test.cspell.config.yaml", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/companies" }, "keywords": [ "cspell", "cspell-ext", "companies", "Company names", "dictionary", "spelling" ], "author": "Street Side Software <support@streetsidesoftware.nl>", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/companies#readme", "files": [ "dict/*", "cspell-ext.json" ], "gitHead": "193ead81f348e5bd2512435f7a302b3c07cbbb47" }