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