{
  "name": "@jti/typst",
  "version": "1.0.5",
  "license": "MIT",
  "author": "Ewan Edwards <eedwards@journaltech.com>",
  "description": "This package installs typst/typst in the `bin` folder.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jtidocs/jti-typst.git"
  },
  "bugs": {
    "url": "https://github.com/jtidocs/jti-typst/issues"
  },
  "homepage": "https://github.com/jtidocs/jti-typst#readme",
  "main": "install.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node install.js"
  },
  "bin": {
    "typst": "run.js"
  },
  "keywords": [
    "antora",
    "documentation",
    "link",
    "check",
    "vale",
    "tools"
  ],
  "dependencies": {
    "tar": "7.4.3",
    "unzipper": "0.12.3",
    "@jti/utils": "1.0.3"
  },
  "optionalDependencies": {
    "@napi-rs/lzma": "1.4.5"
  }
}
