runline 0.1.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/.pi/extensions/runline-context/index.ts +135 -0
- package/.pi/extensions/runline-context/package.json +17 -0
- package/README.md +273 -0
- package/dist/commands/actions.d.ts +3 -0
- package/dist/commands/actions.js +43 -0
- package/dist/commands/connection.d.ts +11 -0
- package/dist/commands/connection.js +56 -0
- package/dist/commands/exec.d.ts +5 -0
- package/dist/commands/exec.js +46 -0
- package/dist/commands/init.d.ts +4 -0
- package/dist/commands/init.js +26 -0
- package/dist/commands/plugin.d.ts +10 -0
- package/dist/commands/plugin.js +57 -0
- package/dist/config/index.d.ts +3 -0
- package/dist/config/index.js +2 -0
- package/dist/config/loader.d.ts +11 -0
- package/dist/config/loader.js +82 -0
- package/dist/config/types.d.ts +9 -0
- package/dist/config/types.js +5 -0
- package/dist/core/engine.d.ts +21 -0
- package/dist/core/engine.js +280 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +9 -0
- package/dist/main.d.ts +2 -0
- package/dist/main.js +127 -0
- package/dist/plugin/api.d.ts +32 -0
- package/dist/plugin/api.js +68 -0
- package/dist/plugin/installer.d.ts +27 -0
- package/dist/plugin/installer.js +181 -0
- package/dist/plugin/loader.d.ts +13 -0
- package/dist/plugin/loader.js +164 -0
- package/dist/plugin/registry.d.ts +18 -0
- package/dist/plugin/registry.js +43 -0
- package/dist/plugin/types.d.ts +40 -0
- package/dist/plugin/types.js +1 -0
- package/dist/plugins/actionNetwork/src/index.js +353 -0
- package/dist/plugins/activeCampaign/src/index.js +711 -0
- package/dist/plugins/adalo/src/index.js +131 -0
- package/dist/plugins/affinity/src/index.js +279 -0
- package/dist/plugins/agileCrm/src/index.js +415 -0
- package/dist/plugins/airtable/src/index.js +280 -0
- package/dist/plugins/airtop/src/index.js +527 -0
- package/dist/plugins/apiTemplateIo/src/index.js +86 -0
- package/dist/plugins/asana/src/index.js +413 -0
- package/dist/plugins/autopilot/src/index.js +203 -0
- package/dist/plugins/bambooHr/src/index.js +252 -0
- package/dist/plugins/bannerbear/src/index.js +100 -0
- package/dist/plugins/baserow/src/index.js +180 -0
- package/dist/plugins/beeminder/src/index.js +298 -0
- package/dist/plugins/bitly/src/index.js +107 -0
- package/dist/plugins/bitwarden/src/index.js +383 -0
- package/dist/plugins/box/src/index.js +300 -0
- package/dist/plugins/brandfetch/src/index.js +80 -0
- package/dist/plugins/brevo/src/index.js +305 -0
- package/dist/plugins/bubble/src/index.js +181 -0
- package/dist/plugins/chargebee/src/index.js +126 -0
- package/dist/plugins/circleci/src/index.js +111 -0
- package/dist/plugins/ciscoWebex/src/index.js +245 -0
- package/dist/plugins/clearbit/src/index.js +103 -0
- package/dist/plugins/clickup/src/index.js +1043 -0
- package/dist/plugins/clockify/src/index.js +443 -0
- package/dist/plugins/cloudflare/src/index.js +93 -0
- package/dist/plugins/cockpit/src/index.js +131 -0
- package/dist/plugins/coda/src/index.js +327 -0
- package/dist/plugins/coingecko/src/index.js +244 -0
- package/dist/plugins/contentful/src/index.js +146 -0
- package/dist/plugins/convertkit/src/index.js +270 -0
- package/dist/plugins/copper/src/index.js +140 -0
- package/dist/plugins/cortex/src/index.js +147 -0
- package/dist/plugins/currents/src/index.js +405 -0
- package/dist/plugins/customerIo/src/index.js +184 -0
- package/dist/plugins/databricks/src/index.js +342 -0
- package/dist/plugins/deepl/src/index.js +87 -0
- package/dist/plugins/demio/src/index.js +111 -0
- package/dist/plugins/dhl/src/index.js +40 -0
- package/dist/plugins/discord/src/index.js +275 -0
- package/dist/plugins/discourse/src/index.js +273 -0
- package/dist/plugins/disqus/src/index.js +145 -0
- package/dist/plugins/docker/src/index.js +76 -0
- package/dist/plugins/drift/src/index.js +89 -0
- package/dist/plugins/dropbox/src/index.js +159 -0
- package/dist/plugins/dropcontact/src/index.js +59 -0
- package/dist/plugins/egoi/src/index.js +151 -0
- package/dist/plugins/elasticsearch/src/index.js +157 -0
- package/dist/plugins/emelia/src/index.js +174 -0
- package/dist/plugins/erpnext/src/index.js +121 -0
- package/dist/plugins/facebookGraph/src/index.js +57 -0
- package/dist/plugins/freshdesk/src/index.js +320 -0
- package/dist/plugins/freshservice/src/index.js +146 -0
- package/dist/plugins/freshworksCrm/src/index.js +149 -0
- package/dist/plugins/getresponse/src/index.js +140 -0
- package/dist/plugins/ghost/src/index.js +192 -0
- package/dist/plugins/github/src/index.js +630 -0
- package/dist/plugins/gitlab/src/index.js +358 -0
- package/dist/plugins/gong/src/index.js +126 -0
- package/dist/plugins/gotify/src/index.js +77 -0
- package/dist/plugins/gotowebinar/src/index.js +316 -0
- package/dist/plugins/grafana/src/index.js +250 -0
- package/dist/plugins/graphql/src/index.js +78 -0
- package/dist/plugins/grist/src/index.js +106 -0
- package/dist/plugins/hackernews/src/index.js +89 -0
- package/dist/plugins/halopsa/src/index.js +79 -0
- package/dist/plugins/harvest/src/index.js +163 -0
- package/dist/plugins/helpscout/src/index.js +176 -0
- package/dist/plugins/highlevel/src/index.js +172 -0
- package/dist/plugins/homeAssistant/src/index.js +148 -0
- package/dist/plugins/hubspot/src/index.js +176 -0
- package/dist/plugins/humanticAi/src/index.js +60 -0
- package/dist/plugins/hunter/src/index.js +59 -0
- package/dist/plugins/intercom/src/index.js +156 -0
- package/dist/plugins/iterable/src/index.js +139 -0
- package/dist/plugins/jenkins/src/index.js +132 -0
- package/dist/plugins/jira/src/index.js +229 -0
- package/dist/plugins/keap/src/index.js +502 -0
- package/dist/plugins/kobotoolbox/src/index.js +281 -0
- package/dist/plugins/lemlist/src/index.js +231 -0
- package/dist/plugins/linear/src/index.js +133 -0
- package/dist/plugins/lingvanex/src/index.js +31 -0
- package/dist/plugins/linkedin/src/index.js +80 -0
- package/dist/plugins/lonescale/src/index.js +119 -0
- package/dist/plugins/magento/src/index.js +300 -0
- package/dist/plugins/mailcheck/src/index.js +27 -0
- package/dist/plugins/mailchimp/src/index.js +321 -0
- package/dist/plugins/mailerlite/src/index.js +123 -0
- package/dist/plugins/mailgun/src/index.js +48 -0
- package/dist/plugins/mailjet/src/index.js +155 -0
- package/dist/plugins/mandrill/src/index.js +145 -0
- package/dist/plugins/marketstack/src/index.js +97 -0
- package/dist/plugins/matrix/src/index.js +194 -0
- package/dist/plugins/mattermost/src/index.js +331 -0
- package/dist/plugins/mautic/src/index.js +311 -0
- package/dist/plugins/medium/src/index.js +77 -0
- package/dist/plugins/messagebird/src/index.js +57 -0
- package/dist/plugins/metabase/src/index.js +130 -0
- package/dist/plugins/misp/src/index.js +476 -0
- package/dist/plugins/mocean/src/index.js +67 -0
- package/dist/plugins/monday/src/index.js +231 -0
- package/dist/plugins/monicaCrm/src/index.js +52 -0
- package/dist/plugins/msg91/src/index.js +31 -0
- package/dist/plugins/nasa/src/index.js +146 -0
- package/dist/plugins/netlify/src/index.js +151 -0
- package/dist/plugins/netscalerAdc/src/index.js +131 -0
- package/dist/plugins/nextcloud/src/index.js +263 -0
- package/dist/plugins/nocodb/src/index.js +130 -0
- package/dist/plugins/notion/src/index.js +112 -0
- package/dist/plugins/npm/src/index.js +104 -0
- package/dist/plugins/odoo/src/index.js +157 -0
- package/dist/plugins/okta/src/index.js +141 -0
- package/dist/plugins/oneSimpleApi/src/index.js +155 -0
- package/dist/plugins/onfleet/src/index.js +254 -0
- package/dist/plugins/openThesaurus/src/index.js +32 -0
- package/dist/plugins/openweathermap/src/index.js +60 -0
- package/dist/plugins/oura/src/index.js +62 -0
- package/dist/plugins/paddle/src/index.js +247 -0
- package/dist/plugins/pagerduty/src/index.js +201 -0
- package/dist/plugins/paypal/src/index.js +106 -0
- package/dist/plugins/peekalink/src/index.js +35 -0
- package/dist/plugins/phantombuster/src/index.js +94 -0
- package/dist/plugins/philipsHue/src/index.js +98 -0
- package/dist/plugins/pipedrive/src/index.js +169 -0
- package/dist/plugins/plivo/src/index.js +66 -0
- package/dist/plugins/postbin/src/index.js +93 -0
- package/dist/plugins/posthog/src/index.js +113 -0
- package/dist/plugins/profitwell/src/index.js +50 -0
- package/dist/plugins/pushbullet/src/index.js +102 -0
- package/dist/plugins/pushcut/src/index.js +39 -0
- package/dist/plugins/pushover/src/index.js +65 -0
- package/dist/plugins/quickbase/src/index.js +153 -0
- package/dist/plugins/quickbooks/src/index.js +73 -0
- package/dist/plugins/quickchart/src/index.js +36 -0
- package/dist/plugins/raindrop/src/index.js +209 -0
- package/dist/plugins/reddit/src/index.js +185 -0
- package/dist/plugins/rocketchat/src/index.js +53 -0
- package/dist/plugins/rundeck/src/index.js +62 -0
- package/dist/plugins/salesforce/src/index.js +94 -0
- package/dist/plugins/salesmate/src/index.js +83 -0
- package/dist/plugins/securityScorecard/src/index.js +200 -0
- package/dist/plugins/segment/src/index.js +125 -0
- package/dist/plugins/sendgrid/src/index.js +187 -0
- package/dist/plugins/sendy/src/index.js +138 -0
- package/dist/plugins/sentry/src/index.js +233 -0
- package/dist/plugins/servicenow/src/index.js +108 -0
- package/dist/plugins/shopify/src/index.js +222 -0
- package/dist/plugins/signl4/src/index.js +61 -0
- package/dist/plugins/slack/src/index.js +236 -0
- package/dist/plugins/sms77/src/index.js +63 -0
- package/dist/plugins/splunk/src/index.js +207 -0
- package/dist/plugins/spotify/src/index.js +188 -0
- package/dist/plugins/stackby/src/index.js +82 -0
- package/dist/plugins/storyblok/src/index.js +141 -0
- package/dist/plugins/strapi/src/index.js +152 -0
- package/dist/plugins/strava/src/index.js +137 -0
- package/dist/plugins/stripe/src/index.js +222 -0
- package/dist/plugins/supabase/src/index.js +121 -0
- package/dist/plugins/syncromsp/src/index.js +255 -0
- package/dist/plugins/tapfiliate/src/index.js +125 -0
- package/dist/plugins/telegram/src/index.js +233 -0
- package/dist/plugins/thehive/src/index.js +142 -0
- package/dist/plugins/thehiveProject/src/index.js +194 -0
- package/dist/plugins/todoist/src/index.js +244 -0
- package/dist/plugins/travisci/src/index.js +71 -0
- package/dist/plugins/trello/src/index.js +341 -0
- package/dist/plugins/twake/src/index.js +40 -0
- package/dist/plugins/twilio/src/index.js +75 -0
- package/dist/plugins/twist/src/index.js +90 -0
- package/dist/plugins/twitter/src/index.js +123 -0
- package/dist/plugins/unleashedSoftware/src/index.js +84 -0
- package/dist/plugins/uplead/src/index.js +59 -0
- package/dist/plugins/uproc/src/index.js +34 -0
- package/dist/plugins/uptimerobot/src/index.js +264 -0
- package/dist/plugins/urlscanio/src/index.js +64 -0
- package/dist/plugins/vero/src/index.js +80 -0
- package/dist/plugins/vonage/src/index.js +42 -0
- package/dist/plugins/wekan/src/index.js +91 -0
- package/dist/plugins/woocommerce/src/index.js +92 -0
- package/dist/plugins/wordpress/src/index.js +121 -0
- package/dist/plugins/xero/src/index.js +136 -0
- package/dist/plugins/yourls/src/index.js +56 -0
- package/dist/plugins/zammad/src/index.js +91 -0
- package/dist/plugins/zendesk/src/index.js +137 -0
- package/dist/plugins/zoho/src/index.js +85 -0
- package/dist/plugins/zoom/src/index.js +122 -0
- package/dist/plugins/zulip/src/index.js +170 -0
- package/dist/sdk.d.ts +38 -0
- package/dist/sdk.js +105 -0
- package/dist/utils/cli.d.ts +13 -0
- package/dist/utils/cli.js +32 -0
- package/dist/utils/output.d.ts +4 -0
- package/dist/utils/output.js +13 -0
- package/package.json +57 -0
package/dist/sdk.js
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { existsSync, readFileSync } from "node:fs";
|
|
2
|
+
import { join } from "node:path";
|
|
3
|
+
import { DEFAULT_CONFIG } from "./config/types.js";
|
|
4
|
+
import { ExecutionEngine } from "./core/engine.js";
|
|
5
|
+
import { resolvePluginExport } from "./plugin/api.js";
|
|
6
|
+
import { discoverPlugins } from "./plugin/loader.js";
|
|
7
|
+
import { PluginRegistry } from "./plugin/registry.js";
|
|
8
|
+
export class Runline {
|
|
9
|
+
_registry;
|
|
10
|
+
_config;
|
|
11
|
+
constructor(options) {
|
|
12
|
+
this._registry = new PluginRegistry();
|
|
13
|
+
for (const pluginOrFn of options.plugins ?? []) {
|
|
14
|
+
const plugin = resolvePluginExport(pluginOrFn, "unknown");
|
|
15
|
+
this._registry.register(plugin);
|
|
16
|
+
}
|
|
17
|
+
this._config = {
|
|
18
|
+
connections: options.connections ?? [],
|
|
19
|
+
timeoutMs: options.timeoutMs ?? DEFAULT_CONFIG.timeoutMs,
|
|
20
|
+
memoryLimitBytes: options.memoryLimitBytes ?? DEFAULT_CONFIG.memoryLimitBytes,
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
static create(options = {}) {
|
|
24
|
+
return new Runline(options);
|
|
25
|
+
}
|
|
26
|
+
/** Execute JavaScript code in the sandbox. */
|
|
27
|
+
async execute(code) {
|
|
28
|
+
const engine = new ExecutionEngine(this._registry, this._config);
|
|
29
|
+
return engine.execute(code);
|
|
30
|
+
}
|
|
31
|
+
/** Register an additional plugin after creation. */
|
|
32
|
+
addPlugin(pluginOrFn, connections) {
|
|
33
|
+
const plugin = resolvePluginExport(pluginOrFn, "unknown");
|
|
34
|
+
this._registry.register(plugin);
|
|
35
|
+
if (connections) {
|
|
36
|
+
this._config = {
|
|
37
|
+
...this._config,
|
|
38
|
+
connections: [...this._config.connections, ...connections],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
/** List all available actions across all plugins. */
|
|
43
|
+
actions() {
|
|
44
|
+
return this._registry.getAllActions().map(({ plugin, action }) => ({
|
|
45
|
+
plugin,
|
|
46
|
+
action: action.name,
|
|
47
|
+
description: action.description,
|
|
48
|
+
inputSchema: action.inputSchema,
|
|
49
|
+
}));
|
|
50
|
+
}
|
|
51
|
+
/** List registered plugins. */
|
|
52
|
+
plugins() {
|
|
53
|
+
return this._registry.listPlugins().map((p) => ({
|
|
54
|
+
name: p.name,
|
|
55
|
+
version: p.version,
|
|
56
|
+
actions: p.actions.map((a) => a.name),
|
|
57
|
+
}));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Load runline from a project directory.
|
|
61
|
+
* Discovers .runline/ config and installed plugins, just like the CLI.
|
|
62
|
+
* Fully self-contained — does not mutate global state.
|
|
63
|
+
*/
|
|
64
|
+
static async fromProject(cwd) {
|
|
65
|
+
const dir = cwd ?? process.cwd();
|
|
66
|
+
const configDir = findRunlineDir(dir);
|
|
67
|
+
if (!configDir)
|
|
68
|
+
return null;
|
|
69
|
+
const config = loadConfigFrom(configDir);
|
|
70
|
+
const plugins = await discoverPlugins(configDir);
|
|
71
|
+
const rl = new Runline({
|
|
72
|
+
connections: config.connections,
|
|
73
|
+
timeoutMs: config.timeoutMs,
|
|
74
|
+
memoryLimitBytes: config.memoryLimitBytes,
|
|
75
|
+
});
|
|
76
|
+
for (const plugin of plugins) {
|
|
77
|
+
rl._registry.register(plugin);
|
|
78
|
+
}
|
|
79
|
+
return rl;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
function findRunlineDir(from) {
|
|
83
|
+
let dir = from;
|
|
84
|
+
while (true) {
|
|
85
|
+
if (existsSync(join(dir, ".runline")))
|
|
86
|
+
return join(dir, ".runline");
|
|
87
|
+
const parent = join(dir, "..");
|
|
88
|
+
if (parent === dir)
|
|
89
|
+
break;
|
|
90
|
+
dir = parent;
|
|
91
|
+
}
|
|
92
|
+
return null;
|
|
93
|
+
}
|
|
94
|
+
function loadConfigFrom(configDir) {
|
|
95
|
+
const configPath = join(configDir, "config.json");
|
|
96
|
+
if (!existsSync(configPath))
|
|
97
|
+
return { ...DEFAULT_CONFIG };
|
|
98
|
+
try {
|
|
99
|
+
const raw = JSON.parse(readFileSync(configPath, "utf-8"));
|
|
100
|
+
return { ...DEFAULT_CONFIG, ...raw };
|
|
101
|
+
}
|
|
102
|
+
catch {
|
|
103
|
+
return { ...DEFAULT_CONFIG };
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type OutputParser = "json" | "jsonlines" | "text";
|
|
2
|
+
export interface ExecOptions {
|
|
3
|
+
parser?: OutputParser;
|
|
4
|
+
cwd?: string;
|
|
5
|
+
env?: Record<string, string>;
|
|
6
|
+
timeout?: number;
|
|
7
|
+
}
|
|
8
|
+
export interface ExecResult {
|
|
9
|
+
stdout: string;
|
|
10
|
+
rows: Record<string, unknown>[];
|
|
11
|
+
}
|
|
12
|
+
export declare function syncExec(command: string, args: string[], options?: ExecOptions): ExecResult;
|
|
13
|
+
export declare function commandExists(name: string): boolean;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { execFileSync, execSync } from "node:child_process";
|
|
2
|
+
export function syncExec(command, args, options = {}) {
|
|
3
|
+
const stdout = execFileSync(command, args, {
|
|
4
|
+
encoding: "utf-8",
|
|
5
|
+
cwd: options.cwd,
|
|
6
|
+
env: options.env ? { ...process.env, ...options.env } : undefined,
|
|
7
|
+
timeout: options.timeout,
|
|
8
|
+
maxBuffer: 100 * 1024 * 1024,
|
|
9
|
+
}).trim();
|
|
10
|
+
const parser = options.parser ?? "text";
|
|
11
|
+
let rows = [];
|
|
12
|
+
if (parser === "json" && stdout) {
|
|
13
|
+
const parsed = JSON.parse(stdout);
|
|
14
|
+
rows = Array.isArray(parsed) ? parsed : [parsed];
|
|
15
|
+
}
|
|
16
|
+
else if (parser === "jsonlines" && stdout) {
|
|
17
|
+
rows = stdout
|
|
18
|
+
.split("\n")
|
|
19
|
+
.filter(Boolean)
|
|
20
|
+
.map((line) => JSON.parse(line));
|
|
21
|
+
}
|
|
22
|
+
return { stdout, rows };
|
|
23
|
+
}
|
|
24
|
+
export function commandExists(name) {
|
|
25
|
+
try {
|
|
26
|
+
execSync(`which ${name}`, { stdio: "pipe" });
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
catch {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import chalk from "chalk";
|
|
2
|
+
export function printJson(data) {
|
|
3
|
+
console.log(JSON.stringify(data, null, 2));
|
|
4
|
+
}
|
|
5
|
+
export function printSuccess(msg) {
|
|
6
|
+
console.log(chalk.green("✓"), msg);
|
|
7
|
+
}
|
|
8
|
+
export function printError(msg) {
|
|
9
|
+
console.error(chalk.red("✗"), msg);
|
|
10
|
+
}
|
|
11
|
+
export function printWarn(msg) {
|
|
12
|
+
console.warn(chalk.yellow("⚠"), msg);
|
|
13
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "runline",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Code mode for agents — turn any API or command into a callable action",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./dist/index.js",
|
|
9
|
+
"./utils/http": "./dist/utils/http.js",
|
|
10
|
+
"./utils/cli": "./dist/utils/cli.js"
|
|
11
|
+
},
|
|
12
|
+
"bin": {
|
|
13
|
+
"runline": "./dist/main.js"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist",
|
|
17
|
+
".pi/extensions"
|
|
18
|
+
],
|
|
19
|
+
"pi": {
|
|
20
|
+
"extensions": [
|
|
21
|
+
".pi/extensions/runline-context"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "tsc && tsc -p tsconfig.plugins.json --noCheck",
|
|
26
|
+
"prepublishOnly": "npm run build",
|
|
27
|
+
"dev": "npx tsx src/main.ts",
|
|
28
|
+
"test": "npx tsx --test src/tests/**/*.test.ts",
|
|
29
|
+
"format": "npx @biomejs/biome format --write src/",
|
|
30
|
+
"lint": "npx @biomejs/biome lint src/",
|
|
31
|
+
"check": "npx @biomejs/biome check src/"
|
|
32
|
+
},
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "git+https://github.com/Michaelliv/runline.git"
|
|
36
|
+
},
|
|
37
|
+
"homepage": "https://github.com/Michaelliv/runline#readme",
|
|
38
|
+
"keywords": [
|
|
39
|
+
"agent",
|
|
40
|
+
"tools",
|
|
41
|
+
"mcp",
|
|
42
|
+
"sandbox",
|
|
43
|
+
"cli"
|
|
44
|
+
],
|
|
45
|
+
"license": "MIT",
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@biomejs/biome": "^2.3.14",
|
|
48
|
+
"@types/node": "^25.5.0",
|
|
49
|
+
"tsx": "^4.21.0",
|
|
50
|
+
"typescript": "^5.8.0"
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"chalk": "^5.6.2",
|
|
54
|
+
"commander": "^14.0.3",
|
|
55
|
+
"quickjs-emscripten": "^0.32.0"
|
|
56
|
+
}
|
|
57
|
+
}
|