UNPKG

@kitschpatrol/cspell-config

Version:
76 lines 1.95 kB
{ "name": "@kitschpatrol/cspell-config", "version": "5.9.2", "description": "CSpell configuration for @kitschpatrol/shared-config.", "keywords": [ "shared-config", "cspell-config", "cspell", "cli", "ksc", "ksc-cspell" ], "homepage": "https://github.com/kitschpatrol/shared-config/tree/main/packages/cspell-config", "bugs": "https://github.com/kitschpatrol/shared-config/issues", "repository": { "type": "git", "url": "git+https://github.com/kitschpatrol/shared-config.git", "directory": "packages/cspell-config" }, "license": "MIT", "author": { "name": "Eric Mika", "email": "eric@ericmika.com", "url": "https://ericmika.com" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "kpi-cspell": "bin/cli.js", "ksc-cspell": "bin/cli.js" }, "files": [ "bin/*", "dictionaries/*", "dist/*", "init/*" ], "dependencies": { "@cspell/cspell-types": "^9.3.2", "@pinojs/json-colorizer": "^4.0.0", "case-police": "^2.1.1", "cosmiconfig": "^9.0.0", "cosmiconfig-typescript-loader": "^6.2.0", "cspell": "^9.3.2", "cspell-lib": "^9.3.2", "execa": "^9.6.0", "find-workspaces": "^0.3.1", "fs-extra": "^11.3.2", "prettier": "^3.6.2" }, "devDependencies": { "globby": "^15.0.0", "untildify": "^6.0.0" }, "engines": { "node": ">=20.19.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && ../../scripts/build.ts", "cli": "node ./bin/cli.js", "find-duplicates": "cat ./dictionaries/*.txt | sort -f | uniq -i -d", "list-words": "cat ./dictionaries/*.txt", "sort-dictionaries": "find ./dictionaries -name '*.txt' -execdir sort -f -o {} {} \\;", "suggest-words": "tsx ./scripts/suggest-words.ts" } }