UNPKG

@kitschpatrol/cspell-config

Version:
75 lines 1.92 kB
{ "name": "@kitschpatrol/cspell-config", "version": "5.5.0", "description": "CSpell configuration for @kitschpatrol/shared-config.", "keywords": [ "shared-config", "cspell-config", "cspell", "cli", "kpi", "kpi-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": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "kpi-cspell": "bin/cli.js" }, "files": [ "bin/*", "dictionaries/*", "dist/*", "init/*" ], "dependencies": { "@cspell/cspell-types": "^9.0.2", "@pinojs/json-colorizer": "^4.0.0", "case-police": "^2.0.0", "cosmiconfig": "^9.0.0", "cosmiconfig-typescript-loader": "^6.1.0", "cspell": "^9.0.2", "cspell-lib": "^9.0.2", "execa": "^9.6.0", "find-workspaces": "^0.3.1", "fs-extra": "^11.3.0", "prettier": "^3.5.3" }, "devDependencies": { "globby": "^14.1.0", "untildify": "^5.0.0" }, "engines": { "node": ">=20.9.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" } }