{
  "name": "mscgenjs",
  "version": "8.0.0",
  "description": "Sequence chart rendering library",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "sideEffects": false,
  "files": [
    "dist/",
    "types/",
    "COPYING",
    "LICENSE.md",
    "package.json",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mscgenjs/mscgenjs-core.git"
  },
  "author": "Sander Verweij",
  "license": "GPL-3.0",
  "keywords": [
    "mscgen",
    "sequence chart",
    "sequence diagram",
    "xu",
    "msgenny"
  ],
  "engines": {
    "node": "^20||^22||>=24"
  },
  "types": "./types/mscgen.d.ts",
  "bugs": {
    "url": "https://github.com/mscgenjs/mscgenjs-core/issues"
  },
  "homepage": "https://github.com/mscgenjs/mscgenjs-core",
  "scripts": {
    "test": "echo for test, build and static analysis scripts: see the github repository"
  }
}
