You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
{ |
|
"name": "@cspell/dict-cryptocurrencies", |
|
"version": "1.0.10", |
|
"description": "Cryptocurrencies 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 \"cryptocurrencies.txt\" -o .", |
|
"test": "head -n 100 \"cryptocurrencies.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", |
|
"Cryptocurrencies", |
|
"Cryptocurrencies", |
|
"dictionary", |
|
"spelling" |
|
], |
|
"author": "Shane Fontaine", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues" |
|
}, |
|
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/Cryptocurrencies#readme", |
|
"files": [ |
|
"cryptocurrencies.txt.gz", |
|
"cspell-ext.json" |
|
], |
|
"gitHead": "e50444106ad610677e8ab353bf406f6bf8decb69" |
|
}
|
|
|