Files
unclecatvn__agent-skills/package.json
T
HoaiNam bdc180b516 feat: Add test script to package.json and expand Odoo 18 documentation references
- Introduced a new test script in package.json to facilitate testing of skills.
- Updated settings.json to include additional Odoo 18 documentation guides, enhancing the breadth of resources available for developers.
2026-01-29 09:33:00 +07:00

24 lines
429 B
JSON

{
"name": "@unclecat/agent-skills-cli",
"version": "0.1.0",
"description": "CLI and docs for installing agent skills by version.",
"bin": {
"agent-skills": "bin/agent-skills.js"
},
"scripts": {
"test": "node tests/test-skills.js"
},
"files": [
"bin",
"skills",
"commands",
"README.md",
"LICENSE"
],
"license": "MIT",
"author": "UncleCat",
"engines": {
"node": ">=18"
}
}