update: ts

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent cf79e2763b
commit ce44237466
380 changed files with 4806 additions and 221348 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "@remake/console",
"type": "module",
"version": "3.0.0",
"author": "Vick Scarlet <vick@syaro.io>",
"scripts": {
"start": "bun run src/index.ts",
"lint": "eslint .",
"test": "bun test"
},
"dependencies": {
"@remake/core": "workspace:*"
}
}