UNPKG

@envsa/cspell-config

Version:
68 lines 1.68 kB
{ "name": "@envsa/cspell-config", "version": "9.0.13", "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": "^9.3.2", "@pinojs/json-colorizer": "^4.0.0", "case-police": "^2.1.0", "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" }, "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 {} {} \\;" } }