{ "name": "@polymech/deepl-mark", "description": "Translate markdown files correctly with `mdast` and DeepL.", "version": "0.3.0", "license": "MIT", "author": "Izzuddin Natsir | Polymech", "type": "module", "files": [ "dist/*" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc && node build.js", "test": "vitest run --reporter verbose", "test:watch": "vitest watch --reporter verbose", "test:tables": "vitest run src/__test__/e2e.test.ts --reporter verbose" }, "dependencies": { "acorn": "^8.8.2", "acorn-jsx": "^5.3.2", "astring": "^1.8.4", "deepl-node": "^1.24.0", "mdast-util-from-markdown": "^1.3.0", "mdast-util-frontmatter": "^1.0.1", "mdast-util-gfm-table": "^1.0.7", "mdast-util-mdx": "^2.0.1", "mdast-util-to-markdown": "^1.5.0", "micromark-extension-frontmatter": "^1.0.0", "micromark-extension-gfm-table": "^1.0.7", "micromark-extension-mdxjs": "^1.0.0", "micromark-factory-space": "^1.0.0", "micromark-util-character": "^1.1.0", "micromark-util-symbol": "^1.0.1", "micromark-util-types": "^1.0.2", "prettier": "^2.8.3", "yaml": "^2.2.1" }, "devDependencies": { "@types/node": "^25.3.3", "@types/estree": "^1.0.0", "@types/mdast": "^3.0.10", "@types/prettier": "^2.7.2", "@types/unist": "^2.0.6", "esbuild": "^0.25.0", "typescript": "^5.9.3", "vitest": "^3.0.0" } }