{
  "name": "@thi.ng/geom-axidraw",
  "version": "1.0.20",
  "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
  "type": "module",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/thi-ng/umbrella.git"
  },
  "homepage": "https://thi.ng/geom-axidraw",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/postspectacular"
    },
    {
      "type": "patreon",
      "url": "https://patreon.com/thing_umbrella"
    },
    {
      "type": "liberapay",
      "url": "https://liberapay.com/thi.ng"
    }
  ],
  "author": "Karsten Schmidt (https://thi.ng)",
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn build:esbuild && yarn build:decl",
    "build:decl": "tsc --declaration --emitDeclarationOnly",
    "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
    "clean": "bun ../../tools/src/clean-package.ts",
    "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
    "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
    "pub": "yarn npm publish --access public",
    "test": "bun test",
    "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
  },
  "dependencies": {
    "@thi.ng/api": "^8.11.26",
    "@thi.ng/arrays": "^2.10.23",
    "@thi.ng/axidraw": "^1.1.124",
    "@thi.ng/compare": "^2.4.18",
    "@thi.ng/defmulti": "^3.0.66",
    "@thi.ng/geom": "^8.1.40",
    "@thi.ng/geom-accel": "^4.1.35",
    "@thi.ng/geom-clip-line": "^2.3.132",
    "@thi.ng/geom-isec": "^4.0.42",
    "@thi.ng/transducers": "^9.2.26",
    "@thi.ng/vectors": "^8.0.1"
  },
  "devDependencies": {
    "esbuild": "^0.25.2",
    "typedoc": "^0.28.2",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "2d",
    "arc",
    "axidraw",
    "bezier",
    "circle",
    "clipping",
    "conversion",
    "cubic",
    "curve",
    "ellipse",
    "geometry",
    "group",
    "iterator",
    "path",
    "penplotter",
    "points",
    "polygon",
    "polyline",
    "polymorphic",
    "quadratic",
    "sample",
    "shape",
    "sort",
    "triangle",
    "typescript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "browser": {
    "process": false,
    "setTimeout": false
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "./*.js",
    "./*.d.ts"
  ],
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./api": {
      "default": "./api.js"
    },
    "./as-axidraw": {
      "default": "./as-axidraw.js"
    },
    "./as-geometry": {
      "default": "./as-geometry.js"
    },
    "./sort": {
      "default": "./sort.js"
    }
  },
  "thi.ng": {
    "alias": "gaxi",
    "parent": "@thi.ng/geom",
    "related": [
      "axidraw"
    ],
    "status": "alpha",
    "tag": "axidraw",
    "year": 2022
  },
  "gitHead": "69080248c98f9555642384aed76a0431e9f44835\n"
}