feat: 初始化 miot_x TypeScript 工作流构建器项目

This commit is contained in:
2026-05-07 20:28:08 +08:00
commit 690ef8ce83
22 changed files with 2690 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "miot_x",
"type": "module",
"private": true,
"scripts": {
"pack": "bun run src/cli.ts",
"test": "bun test"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}