Twist source code structure containing dependencies and source files.
Package dependencies with version specifiers
{ "@plotday/sdk": "workspace:^", "@plotday/tool-google-calendar": "^1.0.0" } Copy
{ "@plotday/sdk": "workspace:^", "@plotday/tool-google-calendar": "^1.0.0" }
Source files with their content Must include "index.ts" as the entry point
{ "index.ts": "export default class MyTwist extends Twist {...}" } Copy
{ "index.ts": "export default class MyTwist extends Twist {...}" }
Twist source code structure containing dependencies and source files.