26 lines
530 B
JSON
26 lines
530 B
JSON
{
|
|
"name": "claude-agents-skills",
|
|
"version": "1.0.0-alpha",
|
|
"description": "Centralized hub for Claude Skills and Agents for OpenClaw",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"claude",
|
|
"agents",
|
|
"skills",
|
|
"openclaw",
|
|
"ai"
|
|
],
|
|
"author": "Clawd",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.0",
|
|
"@google-cloud/videogeneration": "^1.0.0"
|
|
}
|
|
}
|