cspell-dict-es-es
Version:
Spanish dictionary for cspell.
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "cspell-dict-es-es",
"version": "1.1.2",
"description": "Spanish dictionary for cspell.",
"bin": {
"cspell-dict-es-es-link": "link.js",
"cspell-dict-es-es-unlink": "unlink.js"
},
"exports": {
".": "./index.js",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"test": "cspell -v -c ./cspell-ext.json *.md -e CHANGELOG.md",
"prepublishOnly": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"es_ES",
"Spanish",
"dictionary",
"spelling"
],
"main": "index.js",
"typings": "index.d.ts",
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/packages/es_ES#readme",
"dependencies": {
"@cspell/dict-es-es": "^1.0.28",
"configstore": "^5.0.1"
},
"files": [
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "1c298eba6f2fdcdd3473025aca85482af1504811"
}