@cspell/dict-terraform
Version:
Terraform dictionary for cspell.
50 lines (49 loc) • 1.46 kB
JSON
{
"name": "@cspell/dict-terraform",
"version": "1.1.1",
"description": "Terraform 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": "pnpm run test:words && pnpm run test:samples",
"test:samples": "cspell samples",
"test:words": "head -n 1000 \"src/terraform.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=terraform\" stdin",
"prepublishOnly": "echo OK",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/terraform"
},
"keywords": [
"cspell",
"cspell-ext",
"terraform",
"Terraform",
"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/terraform#readme",
"files": [
"dict/terraform.txt",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "39df2b371103976b7b19497c2cbe4a4df9d8b983"
}