mirror of
https://github.com/firebase/agent-skills.git
synced 2026-09-14 17:09:03 +08:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"name": "skill-token-counter",
|
|
"version": "1.0.0",
|
|
"description": "Calculates the token footprint of an agent skill using the Gemini API.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"count": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@google/generative-ai": "^0.21.0"
|
|
},
|
|
"type": "module"
|
|
}
|