add check sync

This commit is contained in:
2025-05-16 02:54:30 +08:00
parent aab0662fbc
commit 4e007d48a4
7 changed files with 186 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/envision-cli",
"version": "0.0.48",
"version": "0.0.49",
"description": "envision command tools",
"main": "dist/app.mjs",
"type": "module",
@@ -38,6 +38,7 @@
],
"author": "abearxiong",
"dependencies": {
"micromatch": "^4.0.8",
"pm2": "^6.0.5"
},
"devDependencies": {
@@ -48,6 +49,7 @@
"@types/bun": "^1.2.13",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.9",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.15.17",
"chalk": "^5.4.1",
"commander": "^13.1.0",