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