cspell-dict-cpp
Version:
C/C++ Dictionary dictionary for cspell.
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "cspell-dict-cpp",
"version": "1.2.5",
"description": "C/C++ Dictionary dictionary for cspell.",
"bin": {
"cspell-dict-cpp-link": "link.js",
"cspell-dict-cpp-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",
"cpp",
"C++",
"C",
"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/cpp#readme",
"dependencies": {
"@cspell/dict-cpp": "^1.1.40",
"configstore": "^5.0.1"
},
"files": [
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "bdec862253dcb75484a48ee5a9ec91ae49d49e30"
}