{ "name": "@md-to-pdf/core", "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" } }, "files": [ "dist" ], "scripts": { "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput", "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit --pretty false" }, "dependencies": { "zod": "^4.1.13" } }