43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@cspell/dict-companies",
|
|
"version": "2.0.14",
|
|
"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-cli compile --split \"src/companies.txt\" -o .",
|
|
"test": "cat \"src/companies.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=* stdin",
|
|
"prepublishOnly": "echo pre-publish",
|
|
"prepare": "yarn run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
|
|
},
|
|
"keywords": [
|
|
"cspell",
|
|
"cspell-ext",
|
|
"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": "4830430e0be2178885bab21f30d50dd203d092ee"
|
|
}
|