{
  "name": "cspell-trie-lib",
  "version": "6.17.0",
  "description": "Trie Data Structure to support cspell.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!**/__mocks__",
    "!**/test/**",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "scripts": {
    "clean": "rimraf dist coverage .tsbuildinfo",
    "build": "tsc -p .",
    "build-dev": "tsc -p tsconfig.dev.json",
    "clean-build": "pnpm run clean && pnpm run build",
    "coverage": "jest --coverage",
    "test-watch": "jest --watch",
    "test": "jest",
    "watch": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "keywords": [
    "trie",
    "cspell"
  ],
  "author": "Jason Dent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-trie"
  },
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
  "dependencies": {
    "@cspell/cspell-pipe": "6.17.0",
    "@cspell/cspell-types": "6.17.0",
    "fs-extra": "^10.1.0",
    "gensequence": "^4.0.2"
  },
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "@cspell/dict-en_us": "^3.0.0",
    "@cspell/dict-es-es": "^2.2.2",
    "@types/fs-extra": "^9.0.13",
    "@types/node": "^18.11.10",
    "jest": "^29.3.1",
    "rimraf": "^3.0.2"
  },
  "gitHead": "a9917563690588777a16e844eaa9c112f44b2d21"
}
