@cspell/dict-cpp
Advanced tools
+23
-23
| { | ||
| "name": "@cspell/dict-cpp", | ||
| "version": "7.0.2", | ||
| "version": "7.1.0", | ||
| "description": "C/C++ Dictionary dictionary for cspell.", | ||
@@ -9,20 +9,2 @@ "publishConfig": { | ||
| }, | ||
| "exports": { | ||
| ".": "./cspell-ext.json", | ||
| "./cspell": "./cspell-ext.json", | ||
| "./cspell-ext.json": "./cspell-ext.json" | ||
| }, | ||
| "scripts": { | ||
| "build": "cspell-tools-cli build", | ||
| "test": "pnpm test-samples && pnpm test-src", | ||
| "test-samples": "cspell samples", | ||
| "test-src": "shx head -n 10000 \"src/cpp.txt\" | cspell -c ./cspell-ext.json --locale=* --languageId=cpp stdin", | ||
| "prepublishOnly": "echo pre-publish", | ||
| "prepare:dictionary": "pnpm run build" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/streetsidesoftware/cspell-dicts", | ||
| "directory": "dictionaries/cpp" | ||
| }, | ||
| "keywords": [ | ||
@@ -37,8 +19,18 @@ "cspell", | ||
| ], | ||
| "author": "Street Side Software <support@streetsidesoftware.nl>", | ||
| "license": "MIT", | ||
| "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cpp#readme", | ||
| "bugs": { | ||
| "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" | ||
| }, | ||
| "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cpp#readme", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/streetsidesoftware/cspell-dicts", | ||
| "directory": "dictionaries/cpp" | ||
| }, | ||
| "license": "MIT", | ||
| "author": "Street Side Software <support@streetsidesoftware.nl>", | ||
| "exports": { | ||
| ".": "./cspell-ext.json", | ||
| "./cspell": "./cspell-ext.json", | ||
| "./cspell-ext.json": "./cspell-ext.json" | ||
| }, | ||
| "files": [ | ||
@@ -48,3 +40,11 @@ "dict/*.txt.gz", | ||
| ], | ||
| "gitHead": "cb65800c6de2a5b0f05996cf68aab96fc71f45fa" | ||
| "scripts": { | ||
| "build": "cspell-tools-cli build", | ||
| "prepare:dictionary": "pnpm run build", | ||
| "prepublishOnly": "echo pre-publish", | ||
| "test": "pnpm test-samples && pnpm test-src", | ||
| "test-samples": "cspell samples", | ||
| "test-src": "shx head -n 10000 \"src/cpp.txt\" | cspell -c ./cspell-ext.json --locale=* --languageId=cpp stdin" | ||
| }, | ||
| "gitHead": "61f8ad7f6f0b309785439d6f73ec251cd877588d" | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
342881
0