{
  "name": "citation-js-utils",
  "version": "1.2.8",
  "description": "Utilities for citation-js.",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "lint": "eslint -c .eslintrc.cjs src/**/*.ts",
    "lint:format": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "build:esm": "tsc",
    "build": "npm-run-all -l clean -p build:esm"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jupyter-book/mystmd.git"
  },
  "keywords": [
    "citation-js"
  ],
  "author": "Rowan Cockett <rowan@curvenote.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jupyter-book/mystmd/issues"
  },
  "homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/citation-js-utils",
  "engines": {
    "node": ">=20",
    "npm": ">=10"
  },
  "dependencies": {
    "@citation-js/core": "^0.7.18",
    "@citation-js/plugin-bibtex": "^0.7.18",
    "@citation-js/plugin-csl": "^0.7.18",
    "sanitize-html": "^2.7.0"
  },
  "devDependencies": {
    "@types/sanitize-html": "^2.6.2"
  }
}
