{ "name": "@infiplot/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": { "@infiplot/ai-client": "workspace:*", "@infiplot/tts-client": "workspace:*", "@infiplot/types": "workspace:*", "jsonrepair": "^3.14.0" } }