文件预览

package.json

查看 Token Cost Time 技能包中的文件内容。

文件内容

package.json

{
  "name": "token-cost-time",
  "version": "0.1.0",
  "description": "Rule-based token, cost, and duration estimator for LLM tasks.",
  "type": "module",
  "main": "src/calibrate.js",
  "bin": {
    "token-cost-time": "cli/index.js"
  },
  "scripts": {
    "test": "node --test"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT"
}