{
  "name": "@cspell/dict-aws",
  "version": "4.0.9",
  "description": "AWS 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 --keep-raw-case --use-legacy-splitter src/aws.txt --no-compress -o ./dict",
    "test": "head -n 100 src/aws.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=aws\" stdin",
    "prepublishOnly": "echo pre-publish",
    "prepare:dictionary": "pnpm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell-dicts",
    "directory": "dictionaries/aws"
  },
  "keywords": [
    "cspell",
    "aws",
    "AWS",
    "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/aws#readme",
  "files": [
    "dict/aws.txt",
    "cspell-ext.json"
  ],
  "gitHead": "6377819cef16df8486030b892396b377592fb67d"
}
