@plotday/twister 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +261 -0
- package/bin/commands/build.js +108 -0
- package/bin/commands/build.js.map +1 -0
- package/bin/commands/create.js +230 -0
- package/bin/commands/create.js.map +1 -0
- package/bin/commands/deploy.js +292 -0
- package/bin/commands/deploy.js.map +1 -0
- package/bin/commands/generate.js +301 -0
- package/bin/commands/generate.js.map +1 -0
- package/bin/commands/lint.js +69 -0
- package/bin/commands/lint.js.map +1 -0
- package/bin/commands/login.js +140 -0
- package/bin/commands/login.js.map +1 -0
- package/bin/commands/priority-create.js +102 -0
- package/bin/commands/priority-create.js.map +1 -0
- package/bin/commands/priority-list.js +47 -0
- package/bin/commands/priority-list.js.map +1 -0
- package/bin/commands/twist-logs.js +187 -0
- package/bin/commands/twist-logs.js.map +1 -0
- package/bin/index.js +129 -0
- package/bin/index.js.map +1 -0
- package/bin/package.json +3 -0
- package/bin/plot.cjs +3 -0
- package/bin/templates/AGENTS.template.md +403 -0
- package/bin/templates/CLAUDE.template.md +1 -0
- package/bin/templates/README.template.md +189 -0
- package/bin/utils/bundle.js +106 -0
- package/bin/utils/bundle.js.map +1 -0
- package/bin/utils/output.js +133 -0
- package/bin/utils/output.js.map +1 -0
- package/bin/utils/packageManager.js +65 -0
- package/bin/utils/packageManager.js.map +1 -0
- package/bin/utils/sse.js +100 -0
- package/bin/utils/sse.js.map +1 -0
- package/bin/utils/token.js +75 -0
- package/bin/utils/token.js.map +1 -0
- package/cli/templates/AGENTS.template.md +403 -0
- package/cli/templates/CLAUDE.template.md +1 -0
- package/cli/templates/README.template.md +189 -0
- package/dist/common/calendar.d.ts +144 -0
- package/dist/common/calendar.d.ts.map +1 -0
- package/dist/common/calendar.js +2 -0
- package/dist/common/calendar.js.map +1 -0
- package/dist/common/messaging.d.ts +84 -0
- package/dist/common/messaging.d.ts.map +1 -0
- package/dist/common/messaging.js +2 -0
- package/dist/common/messaging.js.map +1 -0
- package/dist/creator-docs.d.ts +11 -0
- package/dist/creator-docs.d.ts.map +1 -0
- package/dist/creator-docs.js +27 -0
- package/dist/creator-docs.js.map +1 -0
- package/dist/docs/.nojekyll +1 -0
- package/dist/docs/assets/favicon.svg +8 -0
- package/dist/docs/assets/hierarchy.js +1 -0
- package/dist/docs/assets/highlight.css +134 -0
- package/dist/docs/assets/icons.js +18 -0
- package/dist/docs/assets/icons.svg +1 -0
- package/dist/docs/assets/main.js +60 -0
- package/dist/docs/assets/navigation.js +1 -0
- package/dist/docs/assets/search.js +1 -0
- package/dist/docs/assets/style.css +1633 -0
- package/dist/docs/classes/tool.ITool.html +4 -0
- package/dist/docs/classes/tool.Tool.html +116 -0
- package/dist/docs/classes/tools_ai.AI.html +27 -0
- package/dist/docs/classes/tools_callbacks.Callbacks.html +45 -0
- package/dist/docs/classes/tools_integrations.Integrations.html +26 -0
- package/dist/docs/classes/tools_network.Network.html +68 -0
- package/dist/docs/classes/tools_plot.Plot.html +82 -0
- package/dist/docs/classes/tools_store.Store.html +53 -0
- package/dist/docs/classes/tools_tasks.Tasks.html +39 -0
- package/dist/docs/classes/tools_twists.Twists.html +59 -0
- package/dist/docs/classes/twist.Twist.html +96 -0
- package/dist/docs/documents/Advanced.html +91 -0
- package/dist/docs/documents/Building_Custom_Tools.html +200 -0
- package/dist/docs/documents/Built-in_Tools.html +170 -0
- package/dist/docs/documents/CLI_Reference.html +193 -0
- package/dist/docs/documents/Core_Concepts.html +163 -0
- package/dist/docs/documents/Getting_Started.html +94 -0
- package/dist/docs/documents/Runtime_Environment.html +128 -0
- package/dist/docs/enums/plot.ActivityLinkType.html +12 -0
- package/dist/docs/enums/plot.ActivityType.html +10 -0
- package/dist/docs/enums/plot.ActorType.html +10 -0
- package/dist/docs/enums/plot.ConferencingProvider.html +14 -0
- package/dist/docs/enums/tag.Tag.html +45 -0
- package/dist/docs/enums/tools_ai.AIModel.html +31 -0
- package/dist/docs/enums/tools_integrations.AuthLevel.html +7 -0
- package/dist/docs/enums/tools_integrations.AuthProvider.html +24 -0
- package/dist/docs/enums/tools_plot.ActivityAccess.html +8 -0
- package/dist/docs/enums/tools_plot.ContactAccess.html +5 -0
- package/dist/docs/enums/tools_plot.PriorityAccess.html +8 -0
- package/dist/docs/hierarchy.html +1 -0
- package/dist/docs/index.html +100 -0
- package/dist/docs/interfaces/common_calendar.Calendar.html +13 -0
- package/dist/docs/interfaces/common_calendar.CalendarTool.html +49 -0
- package/dist/docs/interfaces/common_calendar.SyncOptions.html +8 -0
- package/dist/docs/interfaces/tools_ai.AIRequest.html +46 -0
- package/dist/docs/interfaces/tools_ai.AIResponse.html +19 -0
- package/dist/docs/interfaces/tools_ai.FilePart.html +14 -0
- package/dist/docs/interfaces/tools_ai.ImagePart.html +11 -0
- package/dist/docs/interfaces/tools_ai.ReasoningPart.html +7 -0
- package/dist/docs/interfaces/tools_ai.RedactedReasoningPart.html +5 -0
- package/dist/docs/interfaces/tools_ai.TextPart.html +5 -0
- package/dist/docs/interfaces/tools_ai.ToolCallPart.html +9 -0
- package/dist/docs/interfaces/tools_ai.ToolExecutionOptions.html +9 -0
- package/dist/docs/interfaces/tools_ai.ToolResultPart.html +9 -0
- package/dist/docs/interfaces/tools_twists.TwistSource.html +13 -0
- package/dist/docs/interfaces/utils_types.ToolShed.html +11 -0
- package/dist/docs/modules/common_calendar.html +1 -0
- package/dist/docs/modules/index.html +1 -0
- package/dist/docs/modules/plot.html +1 -0
- package/dist/docs/modules/tag.html +1 -0
- package/dist/docs/modules/tool.html +1 -0
- package/dist/docs/modules/tools_ai.html +1 -0
- package/dist/docs/modules/tools_callbacks.html +1 -0
- package/dist/docs/modules/tools_integrations.html +1 -0
- package/dist/docs/modules/tools_network.html +1 -0
- package/dist/docs/modules/tools_plot.html +1 -0
- package/dist/docs/modules/tools_store.html +1 -0
- package/dist/docs/modules/tools_tasks.html +1 -0
- package/dist/docs/modules/tools_twists.html +1 -0
- package/dist/docs/modules/twist.html +1 -0
- package/dist/docs/modules/utils_types.html +1 -0
- package/dist/docs/modules.html +1 -0
- package/dist/docs/types/common_calendar.CalendarAuth.html +7 -0
- package/dist/docs/types/plot.Activity.html +64 -0
- package/dist/docs/types/plot.ActivityLink.html +22 -0
- package/dist/docs/types/plot.ActivityMeta.html +11 -0
- package/dist/docs/types/plot.ActivityUpdate.html +13 -0
- package/dist/docs/types/plot.Actor.html +15 -0
- package/dist/docs/types/plot.ActorId.html +4 -0
- package/dist/docs/types/plot.NewActivity.html +16 -0
- package/dist/docs/types/plot.NewContact.html +13 -0
- package/dist/docs/types/plot.NewPriority.html +5 -0
- package/dist/docs/types/plot.NoteType.html +1 -0
- package/dist/docs/types/plot.PickPriorityConfig.html +22 -0
- package/dist/docs/types/plot.Priority.html +8 -0
- package/dist/docs/types/tools_ai.AIAssistantMessage.html +4 -0
- package/dist/docs/types/tools_ai.AIMessage.html +3 -0
- package/dist/docs/types/tools_ai.AISource.html +11 -0
- package/dist/docs/types/tools_ai.AISystemMessage.html +7 -0
- package/dist/docs/types/tools_ai.AITool.html +19 -0
- package/dist/docs/types/tools_ai.AIToolMessage.html +4 -0
- package/dist/docs/types/tools_ai.AIToolSet.html +1 -0
- package/dist/docs/types/tools_ai.AIUsage.html +10 -0
- package/dist/docs/types/tools_ai.AIUserMessage.html +4 -0
- package/dist/docs/types/tools_ai.DataContent.html +2 -0
- package/dist/docs/types/tools_ai.ModelPreferences.html +24 -0
- package/dist/docs/types/tools_callbacks.Callback.html +8 -0
- package/dist/docs/types/tools_integrations.AuthToken.html +16 -0
- package/dist/docs/types/tools_integrations.Authorization.html +10 -0
- package/dist/docs/types/tools_network.WebhookRequest.html +15 -0
- package/dist/docs/types/tools_plot.ActivityIntentHandler.html +9 -0
- package/dist/docs/types/tools_twists.Log.html +6 -0
- package/dist/docs/types/tools_twists.TwistPermissions.html +12 -0
- package/dist/docs/types/utils_types.BuiltInTools.html +5 -0
- package/dist/docs/types/utils_types.CallbackMethods.html +3 -0
- package/dist/docs/types/utils_types.ExtractBuildReturn.html +2 -0
- package/dist/docs/types/utils_types.InferOptions.html +2 -0
- package/dist/docs/types/utils_types.InferTools.html +3 -0
- package/dist/docs/types/utils_types.NoFunctions.html +3 -0
- package/dist/docs/types/utils_types.NonFunction.html +2 -0
- package/dist/docs/types/utils_types.PromiseValues.html +3 -0
- package/dist/docs/types/utils_types.ToolBuilder.html +3 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -0
- package/dist/llm-docs/common/calendar.d.ts +9 -0
- package/dist/llm-docs/common/calendar.d.ts.map +1 -0
- package/dist/llm-docs/common/calendar.js +8 -0
- package/dist/llm-docs/common/calendar.js.map +1 -0
- package/dist/llm-docs/common/messaging.d.ts +9 -0
- package/dist/llm-docs/common/messaging.d.ts.map +1 -0
- package/dist/llm-docs/common/messaging.js +8 -0
- package/dist/llm-docs/common/messaging.js.map +1 -0
- package/dist/llm-docs/creator-docs.d.ts +9 -0
- package/dist/llm-docs/creator-docs.d.ts.map +1 -0
- package/dist/llm-docs/creator-docs.js +8 -0
- package/dist/llm-docs/creator-docs.js.map +1 -0
- package/dist/llm-docs/index.d.ts +11 -0
- package/dist/llm-docs/index.d.ts.map +1 -0
- package/dist/llm-docs/index.js +42 -0
- package/dist/llm-docs/index.js.map +1 -0
- package/dist/llm-docs/plot.d.ts +9 -0
- package/dist/llm-docs/plot.d.ts.map +1 -0
- package/dist/llm-docs/plot.js +8 -0
- package/dist/llm-docs/plot.js.map +1 -0
- package/dist/llm-docs/tag.d.ts +9 -0
- package/dist/llm-docs/tag.d.ts.map +1 -0
- package/dist/llm-docs/tag.js +8 -0
- package/dist/llm-docs/tag.js.map +1 -0
- package/dist/llm-docs/tool.d.ts +9 -0
- package/dist/llm-docs/tool.d.ts.map +1 -0
- package/dist/llm-docs/tool.js +8 -0
- package/dist/llm-docs/tool.js.map +1 -0
- package/dist/llm-docs/tools/ai.d.ts +9 -0
- package/dist/llm-docs/tools/ai.d.ts.map +1 -0
- package/dist/llm-docs/tools/ai.js +8 -0
- package/dist/llm-docs/tools/ai.js.map +1 -0
- package/dist/llm-docs/tools/callbacks.d.ts +9 -0
- package/dist/llm-docs/tools/callbacks.d.ts.map +1 -0
- package/dist/llm-docs/tools/callbacks.js +8 -0
- package/dist/llm-docs/tools/callbacks.js.map +1 -0
- package/dist/llm-docs/tools/integrations.d.ts +9 -0
- package/dist/llm-docs/tools/integrations.d.ts.map +1 -0
- package/dist/llm-docs/tools/integrations.js +8 -0
- package/dist/llm-docs/tools/integrations.js.map +1 -0
- package/dist/llm-docs/tools/network.d.ts +9 -0
- package/dist/llm-docs/tools/network.d.ts.map +1 -0
- package/dist/llm-docs/tools/network.js +8 -0
- package/dist/llm-docs/tools/network.js.map +1 -0
- package/dist/llm-docs/tools/plot.d.ts +9 -0
- package/dist/llm-docs/tools/plot.d.ts.map +1 -0
- package/dist/llm-docs/tools/plot.js +8 -0
- package/dist/llm-docs/tools/plot.js.map +1 -0
- package/dist/llm-docs/tools/store.d.ts +9 -0
- package/dist/llm-docs/tools/store.d.ts.map +1 -0
- package/dist/llm-docs/tools/store.js +8 -0
- package/dist/llm-docs/tools/store.js.map +1 -0
- package/dist/llm-docs/tools/tasks.d.ts +9 -0
- package/dist/llm-docs/tools/tasks.d.ts.map +1 -0
- package/dist/llm-docs/tools/tasks.js +8 -0
- package/dist/llm-docs/tools/tasks.js.map +1 -0
- package/dist/llm-docs/tools/twists.d.ts +9 -0
- package/dist/llm-docs/tools/twists.d.ts.map +1 -0
- package/dist/llm-docs/tools/twists.js +8 -0
- package/dist/llm-docs/tools/twists.js.map +1 -0
- package/dist/llm-docs/twist-guide-template.d.ts +9 -0
- package/dist/llm-docs/twist-guide-template.d.ts.map +1 -0
- package/dist/llm-docs/twist-guide-template.js +8 -0
- package/dist/llm-docs/twist-guide-template.js.map +1 -0
- package/dist/llm-docs/twist.d.ts +9 -0
- package/dist/llm-docs/twist.d.ts.map +1 -0
- package/dist/llm-docs/twist.js +8 -0
- package/dist/llm-docs/twist.js.map +1 -0
- package/dist/plot.d.ts +463 -0
- package/dist/plot.d.ts.map +1 -0
- package/dist/plot.js +68 -0
- package/dist/plot.js.map +1 -0
- package/dist/tag.d.ts +47 -0
- package/dist/tag.d.ts.map +1 -0
- package/dist/tag.js +51 -0
- package/dist/tag.js.map +1 -0
- package/dist/tool.d.ts +242 -0
- package/dist/tool.d.ts.map +1 -0
- package/dist/tool.js +283 -0
- package/dist/tool.js.map +1 -0
- package/dist/tools/ai.d.ts +697 -0
- package/dist/tools/ai.d.ts.map +1 -0
- package/dist/tools/ai.js +104 -0
- package/dist/tools/ai.js.map +1 -0
- package/dist/tools/callbacks.d.ts +96 -0
- package/dist/tools/callbacks.d.ts.map +1 -0
- package/dist/tools/callbacks.js +40 -0
- package/dist/tools/callbacks.js.map +1 -0
- package/dist/tools/index.d.ts +9 -0
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +9 -0
- package/dist/tools/index.js.map +1 -0
- package/dist/tools/integrations.d.ts +142 -0
- package/dist/tools/integrations.d.ts.map +1 -0
- package/dist/tools/integrations.js +79 -0
- package/dist/tools/integrations.js.map +1 -0
- package/dist/tools/network.d.ts +188 -0
- package/dist/tools/network.d.ts.map +1 -0
- package/dist/tools/network.js +87 -0
- package/dist/tools/network.js.map +1 -0
- package/dist/tools/plot.d.ts +252 -0
- package/dist/tools/plot.d.ts.map +1 -0
- package/dist/tools/plot.js +72 -0
- package/dist/tools/plot.js.map +1 -0
- package/dist/tools/store.d.ts +90 -0
- package/dist/tools/store.d.ts.map +1 -0
- package/dist/tools/store.js +48 -0
- package/dist/tools/store.js.map +1 -0
- package/dist/tools/tasks.d.ts +93 -0
- package/dist/tools/tasks.d.ts.map +1 -0
- package/dist/tools/tasks.js +58 -0
- package/dist/tools/tasks.js.map +1 -0
- package/dist/tools/twists.d.ts +213 -0
- package/dist/tools/twists.d.ts.map +1 -0
- package/dist/tools/twists.js +26 -0
- package/dist/tools/twists.js.map +1 -0
- package/dist/twist-guide.d.ts +2 -0
- package/dist/twist-guide.d.ts.map +1 -0
- package/dist/twist-guide.js +9 -0
- package/dist/twist-guide.js.map +1 -0
- package/dist/twist.d.ts +204 -0
- package/dist/twist.d.ts.map +1 -0
- package/dist/twist.js +216 -0
- package/dist/twist.js.map +1 -0
- package/dist/utils/types.d.ts +91 -0
- package/dist/utils/types.d.ts.map +1 -0
- package/dist/utils/types.js +2 -0
- package/dist/utils/types.js.map +1 -0
- package/package.json +206 -0
- package/tsconfig.base.json +28 -0
package/package.json
ADDED
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@plotday/twister",
|
|
3
|
+
"version": "0.20.0",
|
|
4
|
+
"description": "Plot Twist Creator - Build intelligent Twists that organize and prioritize your activities",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"bin": {
|
|
9
|
+
"plot": "./bin/plot.cjs"
|
|
10
|
+
},
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"default": "./dist/index.js"
|
|
15
|
+
},
|
|
16
|
+
"./twist": {
|
|
17
|
+
"types": "./dist/twist.d.ts",
|
|
18
|
+
"default": "./dist/twist.js"
|
|
19
|
+
},
|
|
20
|
+
"./tool": {
|
|
21
|
+
"types": "./dist/tool.d.ts",
|
|
22
|
+
"default": "./dist/tool.js"
|
|
23
|
+
},
|
|
24
|
+
"./plot": {
|
|
25
|
+
"types": "./dist/plot.d.ts",
|
|
26
|
+
"default": "./dist/plot.js"
|
|
27
|
+
},
|
|
28
|
+
"./tag": {
|
|
29
|
+
"types": "./dist/tag.d.ts",
|
|
30
|
+
"default": "./dist/tag.js"
|
|
31
|
+
},
|
|
32
|
+
"./tools/twists": {
|
|
33
|
+
"types": "./dist/tools/twists.d.ts",
|
|
34
|
+
"default": "./dist/tools/twists.js"
|
|
35
|
+
},
|
|
36
|
+
"./tools/ai": {
|
|
37
|
+
"types": "./dist/tools/ai.d.ts",
|
|
38
|
+
"default": "./dist/tools/ai.js"
|
|
39
|
+
},
|
|
40
|
+
"./tools/integrations": {
|
|
41
|
+
"types": "./dist/tools/integrations.d.ts",
|
|
42
|
+
"default": "./dist/tools/integrations.js"
|
|
43
|
+
},
|
|
44
|
+
"./tools/callbacks": {
|
|
45
|
+
"types": "./dist/tools/callbacks.d.ts",
|
|
46
|
+
"default": "./dist/tools/callbacks.js"
|
|
47
|
+
},
|
|
48
|
+
"./tools/network": {
|
|
49
|
+
"types": "./dist/tools/network.d.ts",
|
|
50
|
+
"default": "./dist/tools/network.js"
|
|
51
|
+
},
|
|
52
|
+
"./tools/plot": {
|
|
53
|
+
"types": "./dist/tools/plot.d.ts",
|
|
54
|
+
"default": "./dist/tools/plot.js"
|
|
55
|
+
},
|
|
56
|
+
"./tools/tasks": {
|
|
57
|
+
"types": "./dist/tools/tasks.d.ts",
|
|
58
|
+
"default": "./dist/tools/tasks.js"
|
|
59
|
+
},
|
|
60
|
+
"./tools/store": {
|
|
61
|
+
"types": "./dist/tools/store.d.ts",
|
|
62
|
+
"default": "./dist/tools/store.js"
|
|
63
|
+
},
|
|
64
|
+
"./utils/types": {
|
|
65
|
+
"types": "./dist/utils/types.d.ts",
|
|
66
|
+
"default": "./dist/utils/types.js"
|
|
67
|
+
},
|
|
68
|
+
"./common/calendar": {
|
|
69
|
+
"types": "./dist/common/calendar.d.ts",
|
|
70
|
+
"default": "./dist/common/calendar.js"
|
|
71
|
+
},
|
|
72
|
+
"./common/messaging": {
|
|
73
|
+
"types": "./dist/common/messaging.d.ts",
|
|
74
|
+
"default": "./dist/common/messaging.js"
|
|
75
|
+
},
|
|
76
|
+
"./twist-guide": {
|
|
77
|
+
"types": "./dist/twist-guide.d.ts",
|
|
78
|
+
"default": "./dist/twist-guide.js"
|
|
79
|
+
},
|
|
80
|
+
"./creator-docs": {
|
|
81
|
+
"types": "./dist/creator-docs.d.ts",
|
|
82
|
+
"default": "./dist/creator-docs.js"
|
|
83
|
+
},
|
|
84
|
+
"./llm-docs": {
|
|
85
|
+
"types": "./dist/llm-docs/index.d.ts",
|
|
86
|
+
"default": "./dist/llm-docs/index.js"
|
|
87
|
+
},
|
|
88
|
+
"./llm-docs/index": {
|
|
89
|
+
"types": "./dist/llm-docs/index.d.ts",
|
|
90
|
+
"default": "./dist/llm-docs/index.js"
|
|
91
|
+
},
|
|
92
|
+
"./llm-docs/twist": {
|
|
93
|
+
"types": "./dist/llm-docs/twist.d.ts",
|
|
94
|
+
"default": "./dist/llm-docs/twist.js"
|
|
95
|
+
},
|
|
96
|
+
"./llm-docs/plot": {
|
|
97
|
+
"types": "./dist/llm-docs/plot.d.ts",
|
|
98
|
+
"default": "./dist/llm-docs/plot.js"
|
|
99
|
+
},
|
|
100
|
+
"./llm-docs/tag": {
|
|
101
|
+
"types": "./dist/llm-docs/tag.d.ts",
|
|
102
|
+
"default": "./dist/llm-docs/tag.js"
|
|
103
|
+
},
|
|
104
|
+
"./llm-docs/tools/twists": {
|
|
105
|
+
"types": "./dist/llm-docs/tools/twists.d.ts",
|
|
106
|
+
"default": "./dist/llm-docs/tools/twists.js"
|
|
107
|
+
},
|
|
108
|
+
"./llm-docs/tools/ai": {
|
|
109
|
+
"types": "./dist/llm-docs/tools/ai.d.ts",
|
|
110
|
+
"default": "./dist/llm-docs/tools/ai.js"
|
|
111
|
+
},
|
|
112
|
+
"./llm-docs/tools/integrations": {
|
|
113
|
+
"types": "./dist/llm-docs/tools/integrations.d.ts",
|
|
114
|
+
"default": "./dist/llm-docs/tools/integrations.js"
|
|
115
|
+
},
|
|
116
|
+
"./llm-docs/tools/callbacks": {
|
|
117
|
+
"types": "./dist/llm-docs/tools/callbacks.d.ts",
|
|
118
|
+
"default": "./dist/llm-docs/tools/callbacks.js"
|
|
119
|
+
},
|
|
120
|
+
"./llm-docs/tools/network": {
|
|
121
|
+
"types": "./dist/llm-docs/tools/network.d.ts",
|
|
122
|
+
"default": "./dist/llm-docs/tools/network.js"
|
|
123
|
+
},
|
|
124
|
+
"./llm-docs/tools/plot": {
|
|
125
|
+
"types": "./dist/llm-docs/tools/plot.d.ts",
|
|
126
|
+
"default": "./dist/llm-docs/tools/plot.js"
|
|
127
|
+
},
|
|
128
|
+
"./llm-docs/tools/tasks": {
|
|
129
|
+
"types": "./dist/llm-docs/tools/tasks.d.ts",
|
|
130
|
+
"default": "./dist/llm-docs/tools/tasks.js"
|
|
131
|
+
},
|
|
132
|
+
"./llm-docs/tools/store": {
|
|
133
|
+
"types": "./dist/llm-docs/tools/store.d.ts",
|
|
134
|
+
"default": "./dist/llm-docs/tools/store.js"
|
|
135
|
+
},
|
|
136
|
+
"./llm-docs/common/calendar": {
|
|
137
|
+
"types": "./dist/llm-docs/common/calendar.d.ts",
|
|
138
|
+
"default": "./dist/llm-docs/common/calendar.js"
|
|
139
|
+
},
|
|
140
|
+
"./tsconfig.base.json": "./tsconfig.base.json"
|
|
141
|
+
},
|
|
142
|
+
"files": [
|
|
143
|
+
"dist",
|
|
144
|
+
"bin",
|
|
145
|
+
"cli/templates",
|
|
146
|
+
"tsconfig.base.json",
|
|
147
|
+
"README.md",
|
|
148
|
+
"LICENSE"
|
|
149
|
+
],
|
|
150
|
+
"sideEffects": false,
|
|
151
|
+
"dependencies": {
|
|
152
|
+
"chalk": "^4.1.2",
|
|
153
|
+
"commander": "^12.0.0",
|
|
154
|
+
"dotenv": "^16.4.5",
|
|
155
|
+
"esbuild": "^0.24.0",
|
|
156
|
+
"prompts": "^2.4.2",
|
|
157
|
+
"typebox": "^1.0.35"
|
|
158
|
+
},
|
|
159
|
+
"devDependencies": {
|
|
160
|
+
"@types/prompts": "^2.4.9",
|
|
161
|
+
"tsx": "^4.19.2",
|
|
162
|
+
"typedoc": "^0.28.14",
|
|
163
|
+
"typedoc-plugin-missing-exports": "^4.1.2",
|
|
164
|
+
"typescript": "^5.9.3"
|
|
165
|
+
},
|
|
166
|
+
"peerDependencies": {
|
|
167
|
+
"typescript": "^5.0.0"
|
|
168
|
+
},
|
|
169
|
+
"engines": {
|
|
170
|
+
"node": ">=18.0.0"
|
|
171
|
+
},
|
|
172
|
+
"repository": {
|
|
173
|
+
"type": "git",
|
|
174
|
+
"url": "https://github.com/plotday/plot.git",
|
|
175
|
+
"directory": "twist"
|
|
176
|
+
},
|
|
177
|
+
"homepage": "https://twist.plot.day",
|
|
178
|
+
"bugs": {
|
|
179
|
+
"url": "https://github.com/plotday/plot/issues"
|
|
180
|
+
},
|
|
181
|
+
"keywords": [
|
|
182
|
+
"plot",
|
|
183
|
+
"twist",
|
|
184
|
+
"creator",
|
|
185
|
+
"automation",
|
|
186
|
+
"productivity",
|
|
187
|
+
"calendar",
|
|
188
|
+
"tasks"
|
|
189
|
+
],
|
|
190
|
+
"author": "Plot <team@plot.day> (https://plot.day)",
|
|
191
|
+
"license": "MIT",
|
|
192
|
+
"publishConfig": {
|
|
193
|
+
"access": "public"
|
|
194
|
+
},
|
|
195
|
+
"scripts": {
|
|
196
|
+
"lint": "tsc --noEmit",
|
|
197
|
+
"prebuild": "tsx prebuild.ts",
|
|
198
|
+
"build": "pnpm build:builder && pnpm build:cli && pnpm build:docs",
|
|
199
|
+
"build:builder": "tsx prebuild.ts && tsc --project tsconfig.build.json",
|
|
200
|
+
"build:cli": "tsc --project tsconfig.cli.json && node postbuild.js",
|
|
201
|
+
"build:docs": "typedoc",
|
|
202
|
+
"docs:open": "open dist/docs/index.html || xdg-open dist/docs/index.html || start dist/docs/index.html",
|
|
203
|
+
"clean:docs": "rm -rf dist/docs",
|
|
204
|
+
"clean": "rm -rf dist bin"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/tsconfig",
|
|
3
|
+
"display": "Plot Twist Base Configuration",
|
|
4
|
+
"compilerOptions": {
|
|
5
|
+
"target": "ES2020",
|
|
6
|
+
"lib": ["ES2020", "ES2021", "ES2022.error", "WebWorker"],
|
|
7
|
+
"module": "ESNext",
|
|
8
|
+
"moduleResolution": "bundler",
|
|
9
|
+
"resolveJsonModule": true,
|
|
10
|
+
"allowJs": true,
|
|
11
|
+
"checkJs": false,
|
|
12
|
+
"allowSyntheticDefaultImports": true,
|
|
13
|
+
"sourceMap": true,
|
|
14
|
+
"composite": false,
|
|
15
|
+
"declaration": true,
|
|
16
|
+
"esModuleInterop": true,
|
|
17
|
+
"forceConsistentCasingInFileNames": true,
|
|
18
|
+
"inlineSources": false,
|
|
19
|
+
"isolatedModules": true,
|
|
20
|
+
"noUnusedLocals": false,
|
|
21
|
+
"noUnusedParameters": false,
|
|
22
|
+
"preserveWatchOutput": true,
|
|
23
|
+
"skipLibCheck": true,
|
|
24
|
+
"strict": true,
|
|
25
|
+
"disableSizeLimit": true
|
|
26
|
+
},
|
|
27
|
+
"exclude": ["node_modules"]
|
|
28
|
+
}
|