UNPKG

@cspell/dict-sql

Version:
48 lines (47 loc) 1.33 kB
{ "name": "@cspell/dict-sql", "version": "2.2.0", "description": "SQL dictionary for cspell.", "publishConfig": { "access": "public", "provenance": true }, "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "build": "cspell-tools-cli build", "test": "pnpm test-dict && pnpm test-samples", "test-dict": "shx head -n 1000 \"src/sql.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=sql\" stdin", "test-samples": "cspell \"samples/**\"", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/sql" }, "keywords": [ "cspell", "cspell-ext", "sql", "dictionary", "spelling" ], "author": "Street Side Software <support@streetsidesoftware.nl>", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/sql#readme", "files": [ "sql.txt.gz", "cspell-ext.json", "*.js", "*.d.ts" ], "gitHead": "d409535aeea67d6b0d57df3bbd4d3584516b2ffe" }