@cspell/dict-gis
Version:
GIS and PostGIS dictionary for cspell.
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "@cspell/dict-gis",
"version": "1.0.1",
"description": "GIS and PostGIS 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": "head -n 1000 \"src/gis.txt\" | cspell stdin",
"prepublishOnly": "echo OK",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/gis"
},
"keywords": [
"cspell",
"cspell-ext",
"gis",
"postgis",
"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/gis#readme",
"files": [
"dict/gis.txt",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
}