This commit is contained in:
bipproduction
2025-11-23 17:06:17 +08:00
parent 9dcc8209ec
commit 12bab64849
6 changed files with 330 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "g3n",
"version": "1.0.20",
"version": "1.0.30",
"type": "module",
"bin": {
"g3n": "./bin/g3n.ts"
@@ -13,10 +13,13 @@
"@babel/traverse": "^7.28.3",
"@babel/types": "^7.28.2",
"@types/babel__traverse": "^7.28.0",
"@types/lodash": "^4.17.20",
"@types/minimist": "^1.2.5",
"dedent": "^1.7.0",
"dotenv": "^17.2.1",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"ora": "^9.0.0"
"ora": "^9.0.0",
"yaml": "^2.8.1"
}
}