{
  "name": "toolcraft-openapi",
  "version": "0.0.319",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./mock": {
      "types": "./dist/mock.d.ts",
      "import": "./dist/mock.js"
    }
  },
  "scripts": {
    "build": "rm -rf dist && tsc",
    "test": "cd ../.. && vitest run packages/toolcraft-openapi/src",
    "test:unit": "cd ../.. && vitest run packages/toolcraft-openapi/src",
    "prepack": "\"$npm_node_execpath\" \"$npm_execpath\" --prefix ../.. run build:workspaces -- --workspace=\"$npm_package_name\" >&2 && node ../../scripts/set-bin-executable.mjs && node ../../scripts/manage-bundled-workspace-deps.mjs prepare . toolcraft-schema toolcraft-design @poe-code/frontmatter fast-string-width fast-wrap-ansi sisteransi yaml",
    "postpack": "node ../../scripts/manage-bundled-workspace-deps.mjs cleanup . toolcraft-schema toolcraft-design @poe-code/frontmatter fast-string-width fast-wrap-ansi sisteransi yaml"
  },
  "files": [
    "LICENSE",
    "dist"
  ],
  "bin": {
    "toolcraft-openapi-generate": "dist/bin/generate.js"
  },
  "dependencies": {
    "toolcraft": "0.0.319",
    "fast-string-width": "^3.0.2",
    "fast-wrap-ansi": "^0.2.0",
    "sisteransi": "^1.0.5",
    "yaml": "^2.8.2"
  },
  "engines": {
    "node": ">=18.18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poe-platform/poe-code.git",
    "directory": "packages/toolcraft-openapi"
  },
  "optionalDependencies": {
    "toolcraft-schema": "0.0.319",
    "toolcraft-design": "*",
    "@poe-code/frontmatter": "*"
  },
  "bundleDependencies": [
    "toolcraft-schema",
    "toolcraft-design",
    "@poe-code/frontmatter",
    "fast-string-width",
    "fast-wrap-ansi",
    "sisteransi",
    "yaml"
  ]
}
