myst-to-typst
Version:
Export from MyST mdast to Typst
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "myst-to-typst",
"version": "0.0.33",
"description": "Export from MyST mdast to Typst",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-to-tex",
"license": "MIT",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"src",
"dist"
],
"keywords": [
"myst-plugin",
"latex",
"typst"
],
"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 --max-warnings 1",
"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": {
"myst-common": "^1.8.1",
"myst-frontmatter": "^1.8.1",
"myst-spec-ext": "^1.8.1",
"tex-to-typst": "^0.0.16",
"unist-util-select": "^4.0.3",
"vfile-reporter": "^7.0.4"
}
}