mirror of
https://github.com/unclecatvn/agent-skills.git
synced 2026-09-14 20:53:17 +08:00
26 lines
539 B
JSON
26 lines
539 B
JSON
{
|
|
"name": "@unclecat/agent-skills-cli",
|
|
"version": "1.0.8",
|
|
"description": "CLI and docs for installing agent skills by version.",
|
|
"bin": {
|
|
"agent-skills": "bin/agent-skills.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests/test-skills.js",
|
|
"release:bump": "node bin/release-bump.js",
|
|
"release:bump:dry": "node bin/release-bump.js --dry-run"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"skills",
|
|
"commands",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"license": "MIT",
|
|
"author": "UncleCat",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|