{ "name": "@cspell/dict-git", "version": "1.0.1", "description": "CSpell configuration for GIT.", "publishConfig": { "access": "public" }, "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "build": "echo skip", "test": "echo skip", "prepublishOnly": "echo pre-publish", "prepare": "yarn run build" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" }, "keywords": [ "cspell", "cspell-ext", "git", "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/vue#readme", "files": [ "cspell-ext.json" ], "gitHead": "441cfb0286b4dab24570097b02ade431d61b0769" }