d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

43 lines
1.1 KiB

{
"name": "@cspell/dict-cpp",
"version": "1.1.40",
"description": "C/C++ Dictionary dictionary for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools compile \"cpp.txt\" -o .",
"test": "head -n 1000 \"cpp.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=cpp stdin",
"prepublishOnly": "yarn test",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"cspell-ext",
"cpp",
"C++",
"C",
"dictionary",
"spelling"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cpp#readme",
"files": [
"cpp.txt.gz",
"cspell-ext.json"
],
"gitHead": "bdec862253dcb75484a48ee5a9ec91ae49d49e30"
}