UNPKG

@cspell/dict-terraform

Version:
52 lines (51 loc) 1.51 kB
{ "name": "@cspell/dict-terraform", "version": "1.1.4", "description": "Terraform dictionary for cspell.", "publishConfig": { "access": "public", "provenance": true }, "keywords": [ "cspell", "cspell-ext", "terraform", "Terraform", "dictionary", "spelling" ], "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/terraform#readme", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/terraform" }, "license": "MIT", "author": "Street Side Software <support@streetsidesoftware.nl>", "contributors": [], "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "files": [ "dict/terraform.txt", "cspell-ext.json", "*.js", "*.d.ts" ], "scripts": { "build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build", "prepare:dictionary": "pnpm run build", "prepublishOnly": "echo OK", "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" }, "dependencies": {}, "devDependencies": {}, "gitHead": "09b0483b7c3c9d04e504e5f9275d3ad530a69742" }