From 9c6cea294cf6b0c0e7acf95d6404716b487f7158 Mon Sep 17 00:00:00 2001 From: Il Harper Date: Sat, 9 Mar 2024 20:30:45 +0800 Subject: [PATCH] chore: update projects --- packages/iife/package.json | 7 ++----- packages/llqqnt/package.json | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/packages/iife/package.json b/packages/iife/package.json index cb3c752..eb7e4cd 100644 --- a/packages/iife/package.json +++ b/packages/iife/package.json @@ -1,6 +1,6 @@ { "name": "@chronocat/plugin-iife", - "description": "小巧轻便的 Red 实现", + "description": "模块化的 Satori 框架", "version": "0.0.0", "private": true, "license": "AGPL-3.0", @@ -18,9 +18,6 @@ }, "devDependencies": { "@chronocat/shell": "workspace:packages/shell", - "concurrently": "^8.2.1", - "tosource": "^2.0.0-alpha.3", - "ts-node": "^10.9.1", - "typescript": "~5.1.0" + "esbuild-register": "^3.5.0" } } diff --git a/packages/llqqnt/package.json b/packages/llqqnt/package.json index c062a1c..86ba50c 100644 --- a/packages/llqqnt/package.json +++ b/packages/llqqnt/package.json @@ -1,6 +1,6 @@ { "name": "@chronocat/plugin-llqqnt", - "description": "小巧轻便的 Red 实现", + "description": "模块化的 Satori 框架", "version": "0.0.0", "private": true, "license": "AGPL-3.0", @@ -18,9 +18,6 @@ }, "devDependencies": { "@chronocat/shell": "workspace:packages/shell", - "concurrently": "^8.2.1", - "tosource": "^2.0.0-alpha.3", - "ts-node": "^10.9.1", - "typescript": "~5.1.0" + "esbuild-register": "^3.5.0" } }