{
  "name": "asciidoctor",
  "version": "4.0.8",
  "description": "A JavaScript AsciiDoc processor powered by Asciidoctor",
  "type": "module",
  "main": "index.js",
  "types": "types",
  "exports": {
    ".": "./index.js",
    "./cli": {
      "types": "./types/cli.d.ts",
      "default": "./lib/cli.js"
    }
  },
  "bin": {
    "asciidoctor": "bin/asciidoctor",
    "asciidoctorjs": "bin/asciidoctor"
  },
  "scripts": {
    "test": "node --test test/cli.test.js",
    "build:types": "tsc",
    "docs": "typedoc --tsconfig tsconfig.docs.json",
    "test:deno": "deno test --allow-env --no-check --allow-read --allow-sys --allow-write --allow-run --allow-net test/cli.test.js",
    "lint": "biome lint bin lib tasks index.js rollup.config.js",
    "format": "biome format --write bin lib tasks index.js rollup.config.js",
    "build:bundle": "rollup -c",
    "build:binary": "node tasks/build-sea.js"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "bin",
    "lib",
    "data",
    "index.js",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/asciidoctor/asciidoctor.js.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "asciidoc",
    "asciidoctor",
    "javascript",
    "library"
  ],
  "authors": [
    "Dan Allen (https://github.com/mojavelinux)",
    "Guillaume Grossetie (https://github.com/ggrossetie)",
    "Anthonny Quérouil (https://github.com/anthonny)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/asciidoctor/asciidoctor.js/issues"
  },
  "homepage": "https://github.com/asciidoctor/asciidoctor.js",
  "dependencies": {
    "@asciidoctor/core": "4.0.8"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.13",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "ejs": "^3.1.10",
    "handlebars": "^4.7.8",
    "nunjucks": "^3.2.4",
    "postject": "^1.0.0-alpha.6",
    "pug": "^3.0.3"
  },
  "volta": {
    "node": "24.18.0"
  }
}
