cspell-dict-npm
Version:
Dictionary of common NPM packages for cspell.
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "cspell-dict-npm",
"version": "1.1.8",
"description": "Dictionary of common NPM packages for cspell.",
"bin": {
"cspell-dict-npm-link": "link.js",
"cspell-dict-npm-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",
"npm",
"NPM",
"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/main/packages/npm#readme",
"dependencies": {
"@cspell/dict-npm": "^1.0.16",
"configstore": "^5.0.0"
},
"files": [
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "648c58644eac2bc11360a8475ebb44397ce9d5d2"
}