{
  "name": "@peler1nl1kelt0s/tokenflow",
  "version": "0.2.1",
  "description": "An open-source resource scheduler and traffic-shaping proxy for AI agents",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "tf": "bin/tf.js"
  },
  "scripts": {
    "build": "tsc && mkdir -p dist/proxy && cp src/proxy/dashboard.html dist/proxy/dashboard.html",
    "start": "node dist/cli/index.js",
    "dev": "tsx src/cli/index.js",
    "test": "vitest run",
    "postinstall": "node dist/scripts/postinstall.js"
  },
  "files": [
    "dist",
    "bin",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ai",
    "scheduler",
    "rate-limiting",
    "agent",
    "proxy",
    "tokens"
  ],
  "author": "TokenFlow Authors",
  "license": "Apache-2.0",
  "dependencies": {
    "@clack/prompts": "^1.7.0",
    "commander": "^12.1.0",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "picocolors": "^1.0.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.14.9",
    "tsx": "^4.15.7",
    "typescript": "^5.5.2",
    "vitest": "^1.6.0"
  }
}
