{
  "name": "@graffiti-garden/wrapper-files",
  "version": "0.0.2",
  "description": "Upload and download base64-encoded files to/from Graffiti",
  "types": "./dist/types/index.d.ts",
  "module": "./dist/esm/index.js",
  "main": "./dist/cjs/index.js",
  "browser": "./dist/browser/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/types/plugin.d.ts",
        "default": "./dist/cjs/plugin.js"
      }
    },
    "./vue": {
      "import": {
        "default": "./dist/vue/index.mjs"
      },
      "require": {
        "default": "./dist/vue/index.js"
      }
    }
  },
  "files": [
    "src",
    "dist",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "build:types": "tsc --declaration --emitDeclarationOnly",
    "build:js": "tsx esbuild.config.mts",
    "build:vue": "vite build",
    "build:docs": "npm run build:types && npm run build:js && npm run build:vue && typedoc --options typedoc.json",
    "build": "rm -rf dist && npm run build:docs && cp -r example docs",
    "prepublishOnly": "npm install && npm run build"
  },
  "author": "Theia Henderson",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graffiti-garden/wrapper-files.git"
  },
  "bugs": {
    "url": "https://github.com/graffiti-garden/wrapper-files/issues"
  },
  "dependencies": {
    "@graffiti-garden/api": "^0.6.3",
    "@graffiti-garden/wrapper-vue": "^0.7.2",
    "vue": "^3.5.13"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.1",
    "@vue/typescript-plugin": "^2.2.0",
    "tsx": "^4.19.3",
    "typedoc": "^0.27.6",
    "typedoc-plugin-vue": "^1.4.0",
    "vite": "^6.1.0",
    "vite-plugin-dts": "^4.5.0",
    "vite-plugin-node-polyfills": "^0.23.0"
  },
  "peerDependencies": {
    "@graffiti-garden/wrapper-vue": "^0.7.2",
    "vue": "^3.5.13"
  }
}
