41 lines
981 B
JSON
41 lines
981 B
JSON
{
|
|
"name": "@cspell/dict-vue",
|
|
"version": "2.0.2",
|
|
"description": "CSpell configuration for VUE files.",
|
|
"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",
|
|
"vue",
|
|
"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": "a5761ebb58ada8d0c4d093d201ad640bbc2123d8"
|
|
}
|