forked from sundial-org/awesome-openclaw-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "habit-flow-skill",
"version": "1.4.0",
"type": "module",
"description": "AI-powered atomic habit tracker for clawdbot",
"scripts": {
"log": "tsx scripts/log_habit.ts",
"view": "tsx scripts/view_habits.ts",
"stats": "tsx scripts/get_stats.ts",
"manage": "tsx scripts/manage_habit.ts",
"streaks": "tsx scripts/calculate_streaks.ts",
"parse": "tsx scripts/parse_natural_language.ts",
"sync": "tsx scripts/sync_reminders.ts"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.89",
"chrono-node": "^2.7.0",
"commander": "^11.0.0",
"string-similarity": "^4.0.4",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.3.0"
}
}