{
  "name": "@cspell/dict-ada",
  "version": "4.0.0",
  "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-cli compile --keep-raw-case src/ada.txt --no-compress -o ./dict",
    "test": "yarn run test-dict && yarn run test-samples",
    "test-dict": "head -n 100 src/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": [
    "dict/ada.txt",
    "cspell-ext.json"
  ],
  "gitHead": "6281ddf47fdb43dd115466ff684eba7dc64785d4"
}
