{ "name": "@cspell/dict-swift", "version": "1.0.3", "description": "Swift dictionary for cspell.", "publishConfig": { "access": "public" }, "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile \"src/swift.txt\" -o .", "test": "head -n 1000 \"src/swift.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=swift\" stdin", "prepublishOnly": "echo pre-publish", "prepare": "yarn run build" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" }, "keywords": [ "cspell", "cspell-ext", "swift", "Swift", "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/swift#readme", "files": [ "swift.txt.gz", "cspell-ext.json", "*.js", "*.d.ts" ], "gitHead": "ceb4ae4c4fce87ea5e53530ee22bb8862a201d50" }