{
  "name": "cspell-trie",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "version": "10.0.1",
  "description": "Trie Data Structure reader for cspell",
  "type": "module",
  "sideEffects": false,
  "bin": {
    "cspell-trie": "bin.js"
  },
  "files": [
    "bin.js",
    "dist",
    "!**/*.tsbuildInfo",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "scripts": {
    "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
    "build": "tsc -p .",
    "clean-build": "pnpm run clean && pnpm run build",
    "coverage": "vitest run --coverage",
    "test-watch": "vitest",
    "test": "vitest run",
    "watch": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell.git",
    "directory": "packages/cspell-trie"
  },
  "keywords": [
    "trie",
    "cspell"
  ],
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-trie"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-trie#readme",
  "dependencies": {
    "commander": "^14.0.3",
    "cspell-trie-lib": "10.0.1",
    "gensequence": "^8.0.8"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "gitHead": "0f43abf29e5da0ecbcb08214055cdc1e3267c3ea"
}
