{ "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" }