casile 0.14.1

The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry
Documentation
{
  "name": "casile",
  "version": "0.14.1",
  "description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
  "main": "casile",
  "scripts": {
    "test": "make test",
    "lint": "make lint",
    "release": "commit-and-tag-version",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sile-typesetter/casile.git"
  },
  "author": "Caleb Maclennan <caleb@alerque.com>",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/sile-typesetter/casile/issues"
  },
  "homepage": "https://github.com/sile-typesetter/casile",
  "dependencies": {
    "bible-passage-reference-parser": "https://github.com/alerque/Bible-Passage-Reference-Parser",
    "bible-reference-formatter": "https://github.com/alerque/Bible-Reference-Formatter",
    "svg-modify": "^0.0.12"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3",
    "@commitlint/config-conventional": "^19.2",
    "@commitlint/prompt": "^19.3",
    "@iarna/toml": "^2.2",
    "commitizen": "^4.3",
    "conventional-changelog-cli": "^5.0",
    "eslint": "^9.5",
    "eslint-config-standard": "^17.1",
    "eslint-plugin-import": "^2.29",
    "eslint-plugin-node": "^11.1",
    "eslint-plugin-promise": "^6.2",
    "husky": "^9.0",
    "commit-and-tag-version": "^12.4",
    "yaml": "^2.4"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/prompt"
    }
  },
  "commit-and-tag-version": {
    "bumpFiles": [
      {
        "filename": "action.yml",
        "updater": "build-aux/action-updater.js"
      },
      {
        "filename": "package.json",
        "type": "json"
      },
      {
        "filename": "Cargo.toml",
        "updater": "build-aux/cargo-updater.js"
      }
    ],
    "scripts": {
      "postbump": "cargo generate-lockfile --offline",
      "postcommit": "git add -u Cargo.lock && git commit --amend --no-edit"
    },
    "infile": "CHANGELOG.md",
    "types": [
      {
        "type": "feat",
        "section": "New Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
      },
      {
        "type": "chore",
        "section": "Behind the Scenes",
        "hidden": true
      },
      {
        "type": "docs",
        "hidden": true
      },
      {
        "type": "style",
        "hidden": true
      },
      {
        "type": "refactor",
        "section": "Changes",
        "hidden": true
      },
      {
        "type": "perf",
        "section": "Optimizations"
      },
      {
        "type": "test",
        "hidden": true
      }
    ]
  }
}