{
  "name": "@bpinternal/thicktoken",
  "version": "2.0.0",
  "description": "Tiktoken but thicker; A bundled tokenizer with added helper functions",
  "repository": {
    "url": "https://github.com/botpress/packages"
  },
  "scripts": {
    "build": "tsup",
    "test": "tsup && vitest run --config vitest.config.ts",
    "test:update": "vitest -u run --config vitest.config.ts",
    "test:watch": "vitest --config vitest.config.ts",
    "check:type": "tsc --noEmit"
  },
  "exports": {
    ".": {
      "types": "./dist/tokenizer.d.ts",
      "import": "./dist/tokenizer.mjs",
      "require": "./dist/tokenizer.js"
    }
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^22.16.4",
    "dotenv": "^16.4.7",
    "tiktoken": "^1.0.17",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3",
    "vitest": "^2.0.5"
  },
  "engines": {
    "node": ">=16.0.0",
    "pnpm": "8.6.2"
  },
  "packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}
