{
  "name": "@oai/artifact-tool",
  "version": "2.7.5",
  "private": true,
  "type": "module",
  "dependencies": {
    "skia-canvas": "^3.0.6",
    "@oai/walnut": "0.1.96"
  },
  "exports": {
    ".": "./dist/artifact_tool.mjs",
    "./presentation-jsx": "./dist/presentation-jsx/index.mjs",
    "./presentation-jsx/jsx-runtime": "./dist/presentation-jsx/jsx-runtime.mjs",
    "./presentation-jsx/jsx-dev-runtime": "./dist/presentation-jsx/jsx-dev-runtime.mjs"
  },
  "files": [
    "dist/**",
    "node_modules/**",
    "LICENSE.md"
  ],
  "bundledDependencies": [
    "@oai/walnut",
    "skia-canvas"
  ],
  "pnpm": {
    "onlyBuiltDependencies": [
      "skia-canvas"
    ]
  }
}
