{ "name": "@yume/engine", "version": "0.1.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "@yume/ai-client": "workspace:*", "@yume/tts-client": "workspace:*", "@yume/types": "workspace:*", "jsonrepair": "^3.14.0", "sharp": "^0.33.5" } }