UNPKG

@cspell/dict-golang

Version:
51 lines (50 loc) 1.51 kB
{ "name": "@cspell/dict-golang", "version": "6.0.22", "description": "Go Language dictionary for cspell.", "publishConfig": { "access": "public", "provenance": true }, "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "sync:manual": "GITHUB_TOKEN=$(gh auth token) pnpm sync", "sync": "sync-github-files AlekSi/go-words --tag=main -o src/go-words", "conditional-build": "pnpm run sync && pnpm run build", "build": "cspell-tools-cli build", "test": "shx head -n 100 src/go.txt | cspell -c ./cspell-ext.json --locale=* --languageId=go stdin", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/golang" }, "keywords": [ "cspell", "golang", "Go Language", "dictionary", "spelling" ], "author": "Street Side Software <support@streetsidesoftware.nl>", "contributors": [ "Alexey Palazhchenko", "Jason Dent <jason@streetsidesoftware.nl>" ], "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/golang#readme", "files": [ "./dict/go.txt", "cspell-ext.json" ], "gitHead": "f5e2655fdf7d835d07f74d6931cf4400ae08aa02" }