{ "version": "1.4.19", "name": "@tmagic/ui", "type": "module", "main": "src/index.ts", "types": "types/index.d.ts", "exports": { "./*": "./*" }, "files": [ "src", "dist", "types" ], "scripts": { "build": "node scripts/build.mjs" }, "engines": { "node": ">=18" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { "qrcode": "^1.5.0" }, "peerDependencies": { "@tmagic/core": "workspace:*", "@tmagic/schema": "workspace:*", "@tmagic/utils": "workspace:*", "@tmagic/vue-runtime-help": "workspace:*", "vue": ">=3.4.27", "typescript": "*" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "devDependencies": { "@types/qrcode": "^1.4.2", "@vue/compiler-sfc": "^3.4.27", "rimraf": "^3.0.2", "vite": "^5.3.5" } }