{ "name": "@md-to-pdf/application", "version": "0.4.1", "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", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit --pretty false" }, "dependencies": { "@md-to-pdf/core": "0.1.0", "@md-to-pdf/renderer": "0.1.0" }, "devDependencies": { "@types/node": "^24.10.1", "vitest": "^4.1.10" } }