文件内容
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"
}