{
  "name": "ascaid",
  "type": "module",
  "version": "1.10.27",
  "description": "Hassle-free documentation generation powered by AsciiDoc",
  "author": "Fardjad Davari <public@fardjad.com>",
  "license": "MIT",
  "files": [
    "README.md",
    "index.js",
    "lib/",
    "cli/",
    "ascaid.config.schema.json",
    "!lib/**/*.test.js",
    "!**/__fixtures__/"
  ],
  "keywords": [
    "asciidoc",
    "asciidoctor",
    "pandoc",
    "markdown",
    "confluence",
    "publish",
    "documentation"
  ],
  "scripts": {
    "prepare": "husky",
    "fix": "eslint --fix . && prettier -w .",
    "test": "glob -c \"node --test --test-reporter spec\" \"lib/**/*.test.js\"",
    "posttest": "eslint . && prettier -c ."
  },
  "bin": {
    "ascaid": "./cli/ascaid",
    "ascaid.js": "./cli/ascaid.js"
  },
  "main": "index.js",
  "dependencies": {
    "@asciidoctor/core": "^3.0.4",
    "ajv": "^8.17.1",
    "browser-sync": "^3.0.4",
    "commander": "^13.1.0",
    "confluence-api": "^1.4.0",
    "execa": "^9.5.2",
    "glob": "^11.0.2",
    "jsonc-parser": "^3.3.1",
    "pify": "^6.1.0"
  },
  "repository": "git@github.com:fardjad/node-ascaid.git",
  "devDependencies": {
    "asciidoctor-kroki": "^0.18.1",
    "eslint": "^8.57.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-unicorn": "^52.0.0",
    "expect": "^29.7.0",
    "husky": "^9.0.11",
    "npm-check-updates": "^16.14.18",
    "prettier": "^3.2.5"
  },
  "optionalDependencies": {
    "fsevents": "^2.3.3"
  }
}
