mirror of
https://github.com/unclecatvn/agent-skills.git
synced 2026-09-14 20:53:17 +08:00
bdc180b516
- 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.
24 lines
429 B
JSON
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"
|
|
}
|
|
}
|