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" } }