From 61dd6654192e2e0983c1d870cdf2e565cb7dbc2e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 18 Mar 2025 23:16:05 +0800 Subject: [PATCH] chore: simplify tsup scripts --- packages/ai-sdk/package.json | 4 ++-- packages/apollo/package.json | 4 ++-- packages/bing/package.json | 4 ++-- packages/calculator/package.json | 4 ++-- packages/clearbit/package.json | 4 ++-- packages/core/package.json | 4 ++-- packages/dexa/package.json | 4 ++-- packages/dexter/package.json | 4 ++-- packages/diffbot/package.json | 4 ++-- packages/e2b/package.json | 4 ++-- packages/exa/package.json | 4 ++-- packages/firecrawl/package.json | 4 ++-- packages/genkit/package.json | 4 ++-- packages/github/package.json | 4 ++-- packages/gravatar/package.json | 4 ++-- packages/hacker-news/package.json | 4 ++-- packages/hunter/package.json | 4 ++-- packages/jigsawstack/package.json | 4 ++-- packages/jina/package.json | 4 ++-- packages/langchain/package.json | 4 ++-- packages/leadmagic/package.json | 4 ++-- packages/llamaindex/package.json | 4 ++-- packages/mastra/package.json | 4 ++-- packages/midjourney/package.json | 4 ++-- packages/novu/package.json | 4 ++-- packages/people-data-labs/package.json | 4 ++-- packages/perigon/package.json | 4 ++-- packages/polygon/package.json | 4 ++-- packages/predict-leads/package.json | 4 ++-- packages/proxycurl/package.json | 4 ++-- packages/rocketreach/package.json | 4 ++-- packages/searxng/package.json | 4 ++-- packages/serpapi/package.json | 4 ++-- packages/serper/package.json | 4 ++-- packages/slack/package.json | 4 ++-- packages/social-data/package.json | 4 ++-- packages/stdlib/package.json | 4 ++-- packages/tavily/package.json | 4 ++-- packages/twilio/package.json | 4 ++-- packages/twitter/package.json | 4 ++-- packages/weather/package.json | 4 ++-- packages/wikidata/package.json | 4 ++-- packages/wikipedia/package.json | 4 ++-- packages/wolfram-alpha/package.json | 4 ++-- packages/zoominfo/package.json | 4 ++-- 45 files changed, 90 insertions(+), 90 deletions(-) diff --git a/packages/ai-sdk/package.json b/packages/ai-sdk/package.json index af808434..d8ffa8aa 100644 --- a/packages/ai-sdk/package.json +++ b/packages/ai-sdk/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 31ad0231..09d40c93 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/bing/package.json b/packages/bing/package.json index 86022b94..3758e33c 100644 --- a/packages/bing/package.json +++ b/packages/bing/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/calculator/package.json b/packages/calculator/package.json index 260f6b69..887e1a6d 100644 --- a/packages/calculator/package.json +++ b/packages/calculator/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/clearbit/package.json b/packages/clearbit/package.json index 93446893..6b8d8609 100644 --- a/packages/clearbit/package.json +++ b/packages/clearbit/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/core/package.json b/packages/core/package.json index 3ea92eab..862d6200 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/dexa/package.json b/packages/dexa/package.json index 0cf1002b..f8e8e51a 100644 --- a/packages/dexa/package.json +++ b/packages/dexa/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/dexter/package.json b/packages/dexter/package.json index 0736ce13..8eba8d76 100644 --- a/packages/dexter/package.json +++ b/packages/dexter/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/diffbot/package.json b/packages/diffbot/package.json index 9fec77c0..35f06328 100644 --- a/packages/diffbot/package.json +++ b/packages/diffbot/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/e2b/package.json b/packages/e2b/package.json index e79e62b2..bad626da 100644 --- a/packages/e2b/package.json +++ b/packages/e2b/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/exa/package.json b/packages/exa/package.json index 85ed4d89..af1fef1d 100644 --- a/packages/exa/package.json +++ b/packages/exa/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/firecrawl/package.json b/packages/firecrawl/package.json index 3f3c0196..caa4ab91 100644 --- a/packages/firecrawl/package.json +++ b/packages/firecrawl/package.json @@ -26,8 +26,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/genkit/package.json b/packages/genkit/package.json index 74947925..1e05d277 100644 --- a/packages/genkit/package.json +++ b/packages/genkit/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/github/package.json b/packages/github/package.json index 3a3012fe..658e78cb 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/gravatar/package.json b/packages/gravatar/package.json index 936df1f3..9e6527b0 100644 --- a/packages/gravatar/package.json +++ b/packages/gravatar/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/hacker-news/package.json b/packages/hacker-news/package.json index 910e18d6..61ad55e9 100644 --- a/packages/hacker-news/package.json +++ b/packages/hacker-news/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/hunter/package.json b/packages/hunter/package.json index 03c49984..16305651 100644 --- a/packages/hunter/package.json +++ b/packages/hunter/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/jigsawstack/package.json b/packages/jigsawstack/package.json index ef51bd66..76d53a9d 100644 --- a/packages/jigsawstack/package.json +++ b/packages/jigsawstack/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/jina/package.json b/packages/jina/package.json index bb7bf3a9..c0d86c9e 100644 --- a/packages/jina/package.json +++ b/packages/jina/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/langchain/package.json b/packages/langchain/package.json index 230b1c63..7eca1b44 100644 --- a/packages/langchain/package.json +++ b/packages/langchain/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/leadmagic/package.json b/packages/leadmagic/package.json index 73f55529..fa89d6e9 100644 --- a/packages/leadmagic/package.json +++ b/packages/leadmagic/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/llamaindex/package.json b/packages/llamaindex/package.json index a0e30cd3..f3716c10 100644 --- a/packages/llamaindex/package.json +++ b/packages/llamaindex/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/mastra/package.json b/packages/mastra/package.json index 9812e85c..d6873833 100644 --- a/packages/mastra/package.json +++ b/packages/mastra/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/midjourney/package.json b/packages/midjourney/package.json index c607a8dc..d589682e 100644 --- a/packages/midjourney/package.json +++ b/packages/midjourney/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/novu/package.json b/packages/novu/package.json index 08763ffc..fecf3df1 100644 --- a/packages/novu/package.json +++ b/packages/novu/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/people-data-labs/package.json b/packages/people-data-labs/package.json index 4c9dda5e..c7e464d5 100644 --- a/packages/people-data-labs/package.json +++ b/packages/people-data-labs/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/perigon/package.json b/packages/perigon/package.json index fe3f7011..2ef9de1f 100644 --- a/packages/perigon/package.json +++ b/packages/perigon/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/polygon/package.json b/packages/polygon/package.json index 6b28af0a..b06405d5 100644 --- a/packages/polygon/package.json +++ b/packages/polygon/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/predict-leads/package.json b/packages/predict-leads/package.json index 23e34bb3..b6c95c2d 100644 --- a/packages/predict-leads/package.json +++ b/packages/predict-leads/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/proxycurl/package.json b/packages/proxycurl/package.json index 66fc1db3..d95e0798 100644 --- a/packages/proxycurl/package.json +++ b/packages/proxycurl/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/rocketreach/package.json b/packages/rocketreach/package.json index 5f97f592..b8e3b20c 100644 --- a/packages/rocketreach/package.json +++ b/packages/rocketreach/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/searxng/package.json b/packages/searxng/package.json index d83f1329..15f2f86a 100644 --- a/packages/searxng/package.json +++ b/packages/searxng/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/serpapi/package.json b/packages/serpapi/package.json index 003d0054..be1f4c95 100644 --- a/packages/serpapi/package.json +++ b/packages/serpapi/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/serper/package.json b/packages/serper/package.json index 5cf18d8d..80205cab 100644 --- a/packages/serper/package.json +++ b/packages/serper/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/slack/package.json b/packages/slack/package.json index 330e633f..912be887 100644 --- a/packages/slack/package.json +++ b/packages/slack/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/social-data/package.json b/packages/social-data/package.json index 11d164f7..bb2ac06e 100644 --- a/packages/social-data/package.json +++ b/packages/social-data/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/stdlib/package.json b/packages/stdlib/package.json index a8377348..5f9c2cca 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/tavily/package.json b/packages/tavily/package.json index 829c9714..4cf04e8e 100644 --- a/packages/tavily/package.json +++ b/packages/tavily/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/twilio/package.json b/packages/twilio/package.json index edb53632..3c961053 100644 --- a/packages/twilio/package.json +++ b/packages/twilio/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/twitter/package.json b/packages/twitter/package.json index d1a39c73..a3b5fc79 100644 --- a/packages/twitter/package.json +++ b/packages/twitter/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/weather/package.json b/packages/weather/package.json index fb9dabed..8ccec4cf 100644 --- a/packages/weather/package.json +++ b/packages/weather/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/wikidata/package.json b/packages/wikidata/package.json index 7cec6559..eef1a464 100644 --- a/packages/wikidata/package.json +++ b/packages/wikidata/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/wikipedia/package.json b/packages/wikipedia/package.json index 7d8c066c..dea5d782 100644 --- a/packages/wikipedia/package.json +++ b/packages/wikipedia/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/wolfram-alpha/package.json b/packages/wolfram-alpha/package.json index 30122ae6..8c418a69 100644 --- a/packages/wolfram-alpha/package.json +++ b/packages/wolfram-alpha/package.json @@ -23,8 +23,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .", diff --git a/packages/zoominfo/package.json b/packages/zoominfo/package.json index 04423d79..0475aeef 100644 --- a/packages/zoominfo/package.json +++ b/packages/zoominfo/package.json @@ -24,8 +24,8 @@ "dist" ], "scripts": { - "build": "tsup --config ../../tsup.config.ts", - "dev": "tsup --config ../../tsup.config.ts --watch", + "build": "tsup", + "dev": "tsup --watch", "clean": "del dist", "test": "run-s test:*", "test:lint": "eslint .",