cspell-dict-da-dk
Version:
Danish dictionary for cspell.
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "cspell-dict-da-dk",
"version": "1.1.3",
"description": "Danish dictionary for cspell.",
"bin": {
"cspell-dict-da-dk-link": "link.js",
"cspell-dict-da-dk-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",
"da_DK",
"Danish",
"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/da_DK#readme",
"dependencies": {
"@cspell/dict-da-dk": "^1.0.29",
"configstore": "^5.0.1"
},
"files": [
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "a2e9472aaa96e1836f5f0ccea232249685c80ed9"
}