feat(#26): implement mosaic-plugin-gantt skill
This commit is contained in:
25
packages/skills/gantt/package.json
Normal file
25
packages/skills/gantt/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "mosaic-plugin-gantt",
|
||||
"version": "1.0.0",
|
||||
"description": "Clawdbot skill for Mosaic Stack Gantt/Project timeline API",
|
||||
"type": "module",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"example:timeline": "tsx examples/query-timeline.ts",
|
||||
"example:critical": "tsx examples/critical-path.ts"
|
||||
},
|
||||
"keywords": [
|
||||
"clawdbot",
|
||||
"skill",
|
||||
"mosaic-stack",
|
||||
"gantt",
|
||||
"project-management"
|
||||
],
|
||||
"author": "Mosaic Stack Team",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"tsx": "^4.7.0",
|
||||
"typescript": "^5.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user