{
  "name": "llm-cost",
  "version": "1.0.5",
  "description": "",
  "main": "dist/src/index.js",
  "scripts": {
    "test": "vitest",
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "author": "",
  "license": "MIT",
  "types": "dist/src/index.d.ts",
  "devDependencies": {
    "vitest": "^0.5.0",
    "@types/node": "^16.0.0",
    "@types/debug": "^4.1.12",
    "typescript": "^4.0.0"
  },
  "dependencies": {
    "tiktoken": "^1.0.11"
  }
}
