{
  "name": "swirly",
  "description": "A marble diagram generator.",
  "version": "0.21.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/timdp/swirly.git",
    "directory": "packages/swirly"
  },
  "homepage": "https://swirly.dev",
  "author": {
    "name": "Tim De Pauw",
    "url": "https://tmdpw.eu"
  },
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src/",
    "dist/"
  ],
  "bin": {
    "swirly": "dist/cli.js"
  },
  "scripts": {
    "build": "yarn run clean && ../../scripts/build-ts.sh",
    "clean": "shx rm -rf dist",
    "prepare": "yarn run build"
  },
  "engines": {
    "node": ">=14.13.1"
  },
  "dependencies": {
    "@swirly/parser": "^0.21.0",
    "@swirly/rasterization-client": "^0.21.0",
    "@swirly/rasterization-server": "^0.21.0",
    "@swirly/renderer-node": "^0.21.0",
    "@swirly/theme-default-dark": "^0.21.0",
    "@swirly/theme-default-light": "^0.21.0",
    "hard-rejection": "^2.1.0",
    "js-yaml": "^4.0.0",
    "source-map-support": "^0.5.19",
    "stream-to-promise": "^3.0.0",
    "svgo": "^2.8.0",
    "yargs": "^17.5.1"
  },
  "devDependencies": {
    "@swirly/types": "^0.21.0",
    "@types/js-yaml": "^4.0.0",
    "@types/node": "^14",
    "@types/stream-to-promise": "^2.2.1",
    "@types/svgo": "^2.0.0",
    "@types/yargs": "^17.0.10",
    "shx": "^0.3.4"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/timdp"
  },
  "gitHead": "a7cbe13218d8c07860c374ec25396eacfab1eecc"
}
