@cspell/dict-google
Version:
Google Cloud Development dictionary for cspell.
49 lines (48 loc) • 1.3 kB
JSON
{
"name": "@cspell/dict-google",
"version": "1.0.8",
"description": "Google Cloud Development dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build",
"test": "cspell \"--locale=*\" \"--languageId=*\" samples",
"prepublishOnly": "echo OK",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/google"
},
"keywords": [
"cspell",
"cspell-ext",
"cloud",
"google",
"Google",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/google#readme",
"files": [
"dict/google.txt",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "40db20b5a873df5c0cef9aeca1f4f0d6d0cf7b9d"
}