forked from lix-project/lix-website
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@cspell/dict-ada",
|
|
"version": "2.0.1",
|
|
"description": "Ada Language 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 \"ada.txt\" -o .",
|
|
"test": "yarn run test-dict && yarn run test-samples",
|
|
"test-dict": "head -n 100 \"ada.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=ada stdin",
|
|
"test-samples": "cspell \"samples/**\"",
|
|
"prepublishOnly": "echo pre-publish",
|
|
"prepare": "yarn run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
|
|
},
|
|
"keywords": [
|
|
"cspell",
|
|
"ada",
|
|
"Ada Language",
|
|
"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/ada#readme",
|
|
"files": [
|
|
"ada.txt.gz",
|
|
"cspell-ext.json"
|
|
],
|
|
"gitHead": "db27b978a6716c05374a17df850858b1531f3e99"
|
|
}
|