{ "name": "deepmark", "description": "Translate markdown files correctly with `mdast` and DeepL.", "version": "0.2.0", "license": "MIT", "author": "Izzuddin Natsir", "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" }, "dependencies": { "acorn": "^8.8.2", "acorn-jsx": "^5.3.2", "astring": "^1.8.4", "deepl-node": "^1.8.0", "mdast-util-from-markdown": "^1.3.0", "mdast-util-frontmatter": "^1.0.1", "mdast-util-mdx": "^2.0.1", "mdast-util-to-markdown": "^1.5.0", "micromark-extension-frontmatter": "^1.0.0", "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/estree": "^1.0.0", "@types/mdast": "^3.0.10", "@types/node": "^18.11.19", "@types/prettier": "^2.7.2", "@types/unist": "^2.0.6", "esbuild": "^0.17.5", "typescript": "^5.0.0", "vitest": "^0.28.4" } }