myst-to-jats
Version:
Export from MyST Markdown to JATS
66 lines (65 loc) • 1.72 kB
JSON
{
"name": "myst-to-jats",
"version": "1.0.35",
"description": "Export from MyST Markdown to JATS",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-jats",
"license": "MIT",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"myst-plugin",
"jats"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jupyter-book/mystmd.git"
},
"scripts": {
"clean": "rimraf dist",
"lint": "eslint \"src/**/!(*.spec).ts\" -c ./.eslintrc.cjs",
"lint:format": "prettier --check src/*.ts src/**/*.ts",
"test": "vitest run",
"test:watch": "vitest watch",
"build:esm": "tsc",
"build": "npm-run-all -l clean -p build:esm"
},
"bugs": {
"url": "https://github.com/jupyter-book/mystmd/issues"
},
"dependencies": {
"citation-js-utils": "^1.2.3",
"credit-roles": "^2.1.0",
"doi-utils": "^2.0.5",
"jats-tags": "^1.0.8",
"jats-utils": "^1.0.8",
"katex": "^0.15.2",
"myst-common": "^1.9.2",
"myst-frontmatter": "^1.9.2",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.9.2",
"myst-transforms": "^1.3.44",
"nbtx": "^0.4.0",
"unified": "^10.1.2",
"unist-util-remove": "^3.1.0",
"unist-util-select": "^4.0.3",
"vfile": "^5.0.0",
"vfile-reporter": "^7.0.4",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/katex": "^0.14.0",
"@types/mdast": "^3.0.10",
"jats-xml": "^1.0.7",
"js-yaml": "^4.1.0",
"myst-cli-utils": "^2.0.11"
}
}