{ "version": "1.3.0-alpha.8", "name": "@tmagic/cli", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "Apache-2.0", "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "rimraf lib *.tsbuildinfo" }, "bin": { "tmagic": "bin/tmagic.js" }, "files": [ "bin", "lib" ], "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { "cac": "^6.7.12", "chalk": "^4.1.0", "chokidar": "^3.5.3", "esbuild": "^0.17.19", "fs-extra": "^10.1.0", "recast": "^0.21.1", "tslib": "^2.4.0" }, "devDependencies": { "@types/fs-extra": "^9.0.13" } }