lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-cpp/package.json
2024-04-26 22:49:34 -06:00

47 lines
1.3 KiB
JSON

{
"name": "@cspell/dict-cpp",
"version": "3.2.1",
"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": "yarn run build-cpp && yarn run build-cpp-refined",
"build-cpp": "cspell-tools compile \"src/cpp.txt\" -o .",
"build-cpp-refined": "cat source-files-cpp-refined.txt | xargs cspell-tools-cli compile --no-split --keep-raw-case --merge cpp-refined -o .",
"test": "head -n 1000 \"src/cpp.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=cpp stdin",
"prepublishOnly": "echo pre-publish",
"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",
"cpp-refined.txt.gz",
"cspell-ext.json"
],
"gitHead": "6befdb7609df3ef257c71c4920d6a4d21c898439"
}