@storm-software/cspell
Version:
A package containing CSpell keyword dictionaries and shared configurations for Storm Software.
149 lines (148 loc) • 4.7 kB
JSON
{
"name": "@storm-software/cspell",
"version": "0.34.13",
"type": "module",
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
"repository": {
"type": "github",
"url": "https://github.com/storm-software/storm-ops",
"directory": "packages/cspell"
},
"homepage": "https://stormsoftware.com",
"bugs": "https://github.com/storm-software/storm-ops/issues",
"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"
}
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"license": "Apache-2.0",
"private": false,
"packageManager": "pnpm@10.3.0",
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"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-base.json": "./cspell-base.json",
"./cspell-recommended.json": "./cspell-recommended.json",
"./cspell-all.json": "./cspell-all.json",
"./ext": "./cspell-ext.json",
"./minimal": "./cspell-minimal.json",
"./base": "./cspell-base.json",
"./recommended": "./cspell-recommended.json",
"./all": "./cspell-all.json"
},
"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/**/*"
],
"keywords": [
"storm-software",
"monorepo",
"storm-ops",
"sullivanpj",
"cspell",
"cspell-ext",
"dictionary",
"spelling"
],
"peerDependencies": { "cspell": "^8.17.3" },
"peerDependenciesMeta": { "cspell": { "optional": false } },
"dependencies": { "cspell": "^8.17.3" },
"devDependencies": {
"@cspell/cspell-pipe": "8.17.3",
"@cspell/cspell-tools": "^8.19.4",
"@cspell/dict-aws": "^4.0.10",
"@cspell/dict-bash": "^4.2.0",
"@cspell/dict-companies": "^3.2.1",
"@cspell/dict-cpp": "^6.0.8",
"@cspell/dict-cryptocurrencies": "^5.0.4",
"@cspell/dict-csharp": "^4.0.6",
"@cspell/dict-css": "^4.0.17",
"@cspell/dict-docker": "^1.1.14",
"@cspell/dict-dotnet": "^5.0.9",
"@cspell/dict-en-common-misspellings": "^2.1.1",
"@cspell/dict-en-gb": "^4.1.65",
"@cspell/dict-en_us": "^4.4.11",
"@cspell/dict-filetypes": "^3.0.12",
"@cspell/dict-fonts": "^4.0.4",
"@cspell/dict-fullstack": "^3.2.6",
"@cspell/dict-git": "^3.0.6",
"@cspell/dict-golang": "^6.0.22",
"@cspell/dict-html": "^4.0.11",
"@cspell/dict-html-symbol-entities": "^4.0.3",
"@cspell/dict-java": "^5.0.11",
"@cspell/dict-k8s": "^1.0.11",
"@cspell/dict-lorem-ipsum": "^4.0.4",
"@cspell/dict-makefile": "^1.0.4",
"@cspell/dict-markdown": "^2.0.11",
"@cspell/dict-node": "^5.0.7",
"@cspell/dict-npm": "^5.2.6",
"@cspell/dict-php": "^4.0.14",
"@cspell/dict-powershell": "^5.0.14",
"@cspell/dict-public-licenses": "^2.0.13",
"@cspell/dict-python": "^4.2.18",
"@cspell/dict-r": "^2.1.0",
"@cspell/dict-ruby": "^5.0.8",
"@cspell/dict-rust": "^4.0.11",
"@cspell/dict-software-terms": "^4.2.5",
"@cspell/dict-sql": "^2.2.0",
"@cspell/dict-svelte": "^1.0.6",
"@cspell/dict-swift": "^2.0.5",
"@cspell/dict-typescript": "^3.2.2",
"@cspell/dict-vue": "^3.0.4",
"tsup": "8.4.0"
},
"publishConfig": { "access": "public" },
"gitHead": "cc6b643307c447a3a7e1118fee4893b3be34cdbd"
}