UNPKG

@storm-software/cspell

Version:

A package containing CSpell keyword dictionaries and shared configurations for Storm Software.

149 lines (148 loc) 4.71 kB
{ "name": "@storm-software/cspell", "version": "0.46.98", "private": false, "description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.", "keywords": [ "storm-software", "monorepo", "storm-ops", "sullivanpj", "cspell", "cspell-ext", "dictionary", "spelling" ], "homepage": "https://stormsoftware.com", "bugs": "https://github.com/storm-software/storm-ops/issues", "repository": { "type": "github", "url": "https://github.com/storm-software/storm-ops", "directory": "packages/cspell" }, "funding": { "type": "github", "url": "https://github.com/sponsors/storm-software" }, "license": "Apache-2.0", "author": { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" }, "maintainers": [ { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" }, { "name": "Pat Sullivan", "email": "admin@stormsoftware.com", "url": "https://patsullivan.org" } ], "contributors": [ { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" } ], "type": "module", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.cjs" } }, "./index": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./cspell.json": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json", "./cspell-minimal.json": "./cspell-minimal.json", "./cspell-recommended.json": "./cspell-recommended.json", "./cspell-extra.json": "./cspell-extra.json", "./cspell-all.json": "./cspell-all.json", "./ext": "./cspell-ext.json", "./minimal": "./cspell-minimal.json", "./recommended": "./cspell-recommended.json", "./extra": "./cspell-extra.json", "./all": "./cspell-all.json" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "*.d.ts", "*.js", "cspell-all.json", "cspell-base.json", "cspell-ext.json", "cspell-minimal.json", "cspell-recommended.json", "dict/storm.txt", "dist/**/*" ], "dependencies": { "cspell": "^8.19.4" }, "devDependencies": { "@cspell/cspell-pipe": "8.17.3", "@cspell/cspell-tools": "^8.19.4", "@cspell/dict-aws": "^4.0.17", "@cspell/dict-bash": "^4.2.2", "@cspell/dict-companies": "^3.2.11", "@cspell/dict-cpp": "^6.0.15", "@cspell/dict-cryptocurrencies": "^5.0.5", "@cspell/dict-csharp": "^4.0.8", "@cspell/dict-css": "^4.1.1", "@cspell/dict-docker": "^1.1.17", "@cspell/dict-dotnet": "^5.0.13", "@cspell/dict-en-common-misspellings": "^2.1.12", "@cspell/dict-en-gb": "^4.1.65", "@cspell/dict-en_us": "^4.4.33", "@cspell/dict-filetypes": "^3.0.18", "@cspell/dict-fonts": "^4.0.6", "@cspell/dict-fullstack": "^3.2.9", "@cspell/dict-git": "^3.1.0", "@cspell/dict-golang": "^6.0.26", "@cspell/dict-html": "^4.0.15", "@cspell/dict-html-symbol-entities": "^4.0.5", "@cspell/dict-java": "^5.0.12", "@cspell/dict-k8s": "^1.0.12", "@cspell/dict-lorem-ipsum": "^4.0.5", "@cspell/dict-makefile": "^1.0.5", "@cspell/dict-markdown": "^2.0.16", "@cspell/dict-node": "^5.0.9", "@cspell/dict-npm": "^5.2.38", "@cspell/dict-php": "^4.1.1", "@cspell/dict-powershell": "^5.0.15", "@cspell/dict-public-licenses": "^2.0.16", "@cspell/dict-python": "^4.2.26", "@cspell/dict-r": "^2.1.1", "@cspell/dict-ruby": "^5.1.1", "@cspell/dict-rust": "^4.1.2", "@cspell/dict-software-terms": "^4.2.5", "@cspell/dict-sql": "^2.2.1", "@cspell/dict-svelte": "^1.0.7", "@cspell/dict-swift": "^2.0.6", "@cspell/dict-typescript": "^3.2.3", "@cspell/dict-vue": "^3.0.5", "tsup": "8.4.0" }, "peerDependencies": { "cspell": "^8.19.4" }, "peerDependenciesMeta": { "cspell": { "optional": false } }, "packageManager": "pnpm@10.3.0", "engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" }, "publishConfig": { "access": "public" }, "gitHead": "9e0891595dca1742a6d48e6833c648e8ad79327c" }