generated from agent-skills/template-skill
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"name": "my-skill",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"run": "bun run scripts/run.ts",
|
|
"build": "bun build scripts/run.ts --outfile dist/run.js --target bun"
|
|
},
|
|
"dependencies": {
|
|
"@clawd/auth-runtime": "git+http://192.168.0.108:3030/agent-skills/auth-runtime.git"
|
|
}
|
|
}
|