@cspell/dict-vue
Version:
CSpell configuration for VUE files.
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "@cspell/dict-vue",
"version": "3.0.4",
"description": "CSpell configuration for VUE files.",
"publishConfig": {
"access": "public",
"provenance": true
},
"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:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/vue"
},
"keywords": [
"cspell",
"cspell-ext",
"vue",
"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/vue#readme",
"files": [
"cspell-ext.json"
],
"gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
}