UNPKG

@envsa/cspell-config

Version:
67 lines 1.63 kB
{ "name": "@envsa/cspell-config", "version": "9.0.1", "description": "CSpell configuration for @envsa/shared-config.", "keywords": [ "shared-config", "cspell-config", "cspell", "cli", "envsa", "envsa-cspell" ], "homepage": "https://github.com/envsa/shared-config/packages/cspell-config", "bugs": "https://github.com/envsa/shared-config/issues", "repository": { "type": "git", "url": "git@github.com:envsa/shared-config.git", "directory": "packages/cspell-config" }, "license": "MIT", "author": { "name": "Liam Rella", "url": "https://github.com/rellafella" }, "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "bin": { "envsa-cspell": "bin/cli.js" }, "files": [ "bin/*", "dictionaries/*", "dist/*", "init/*" ], "dependencies": { "@cspell/cspell-types": "^8.17.3", "@pinojs/json-colorizer": "^4.0.0", "case-police": "^1.0.0", "cosmiconfig": "^9.0.0", "cspell": "^8.8.4", "cspell-lib": "^8.17.3", "execa": "^9.5.2", "find-workspaces": "^0.3.1", "fs-extra": "^11.2.0", "prettier": "^3.5.0" }, "engines": { "node": ">=22.0.0", "pnpm": ">=10.0.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 {} {} \\;" } }