{
  "name": "@cspell/cspell-tools",
  "version": "10.0.0",
  "description": "Tools to assist with the development of cSpell",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "type": "module",
  "sideEffects": false,
  "bin": {
    "cspell-tools": "bin.mjs",
    "cspell-tools-cli": "bin.mjs"
  },
  "scripts": {
    "build": "pnpm run build-schema && pnpm run compile && pnpm build:check",
    "build-schema": "ts-json-schema-generator --no-top-ref --path src/config/config.ts --type RunConfig --validation-keywords deprecated  -o  ./cspell-tools.config.schema.json",
    "compile": "tsdown",
    "build:check": "tsc -p .",
    "watch": "tsdown -w",
    "clean-build": "pnpm run clean && pnpm run build",
    "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
    "coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "test": "vitest run",
    "update-snapshot": "vitest run -u"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell.git",
    "directory": "packages/cspell-tools"
  },
  "keywords": [
    "cSpell",
    "Word",
    "List",
    "Compiler"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs"
    },
    "./bin": {
      "import": "./bin.mjs"
    },
    "./bin.mjs": {
      "import": "./bin.mjs"
    }
  },
  "files": [
    "bin.mjs",
    "dist",
    "cspell-tools.config.schema.json",
    "!**/*.tsbuildInfo",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-tools"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-tools#readme",
  "dependencies": {
    "@cspell/cspell-pipe": "10.0.0",
    "commander": "^14.0.3",
    "cosmiconfig": "9.0.1",
    "cspell-trie-lib": "10.0.0",
    "glob": "^13.0.6",
    "hunspell-reader": "10.0.0",
    "yaml": "^2.8.3"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "devDependencies": {
    "lorem-ipsum": "^2.0.8",
    "ts-json-schema-generator": "2.9.0"
  },
  "module": "bin.mjs",
  "gitHead": "6ddfd576b6bb554a7cb8dba1ab053a0b6ff8021f"
}
