{
  "name": "myst-to-typst",
  "version": "0.0.38",
  "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": "bun test",
    "test:watch": "bun test --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.10.0",
    "myst-frontmatter": "^1.10.0",
    "myst-spec-ext": "^1.10.0",
    "tex-to-typst": "^0.0.20",
    "unist-util-select": "^4.0.3",
    "vfile-reporter": "^7.0.4"
  }
}
