{ "name": "@md-to-pdf/markdown-echarts", "version": "0.1.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./browser": { "types": "./dist/browser.d.ts", "import": "./dist/browser.js" }, "./styles.css": { "default": "./styles/echarts.css" } }, "files": [ "dist", "styles" ], "scripts": { "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput", "build": "tsc -p tsconfig.json", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit --pretty false" }, "dependencies": { "yaml": "^2.8.1", "zod": "^4.1.13" }, "peerDependencies": { "echarts": "^6.1.0", "markdown-it": "^14.3.0" }, "devDependencies": { "@types/markdown-it": "^14.1.2", "echarts": "6.1.0", "happy-dom": "^20.11.1", "markdown-it": "^14.3.0", "vitest": "^4.1.10" } }