{ "version": "0.0.1", "name": "@tmagic/react-text", "type": "module", "main": "src/index.ts", "files": [ "src" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/Tencent/tmagic-editor.git" }, "peerDependencies": { "@tmagic/schema": "workspace:*", "@tmagic/react-runtime-help": "workspace:*", "react": ">=18.3.1", "react-dom": ">=18.3.1", "typescript": "*" }, "peerDependenciesMeta": { "@tmagic/schema": { "optional": true }, "typescript": { "optional": true } }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0" } }