UNPKG

@cspell/dict-swift

Version:
47 lines (46 loc) 1.33 kB
{ "name": "@cspell/dict-swift", "version": "2.0.5", "description": "Swift dictionary for cspell.", "publishConfig": { "access": "public", "provenance": true }, "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": "shx head -n 1000 \"src/swift.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=swift\" stdin", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/swift" }, "keywords": [ "cspell", "cspell-ext", "swift", "Swift", "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/swift#readme", "files": [ "swift.txt.gz", "cspell-ext.json", "*.js", "*.d.ts" ], "gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d" }