@babelx/cli 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3984 -6859
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babelx/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "BabelX CLI - AI-powered translation and i18n management tool",
|
|
5
5
|
"module": "index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"dev": "bun run index.ts",
|
|
59
|
-
"build": "bun build index.ts --outdir dist --target
|
|
59
|
+
"build": "bun build index.ts --outdir dist --target bun",
|
|
60
60
|
"lint:check": "bunx biome check --write --error-on-warnings && bunx tsc --noEmit",
|
|
61
61
|
"lint:fix": "biome check --write ."
|
|
62
62
|
}
|