{
  "name": "@masvio/uploader",
  "version": "2.2.7",
  "description": "A simple, lightweight library to easily share files using MASV",
  "homepage": "https://massive.io",
  "keywords": [
    "upload",
    "uploader",
    "worker",
    "massive",
    "masv",
    "file",
    "files"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "author": "MASV team",
  "license": "SEE LICENSE IN LICENSE.md",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "host": "vite --host",
    "test": "vitest run",
    "coverage": "vitest run --coverage"
  },
  "publishConfig": {
    "ignore": [
      "index.html",
      ".gitlab-ci.yml",
      "node_modules/"
    ]
  },
  "devDependencies": {
    "@types/node": "18.19.86",
    "@vitest/browser": "2.1.9",
    "@vitest/coverage-istanbul": "2.1.9",
    "@vitest/ui": "2.1.9",
    "jsdom": "22.1.0",
    "msw": "2.7.3",
    "playwright": "1.48.2",
    "typescript": "5.6.3",
    "vite": "5.4.17",
    "vite-plugin-dts": "4.5.3",
    "vitest": "2.1.9"
  },
  "resolutions": {
    "@babel/helpers": "7.26.10",
    "esbuild": "0.25.1",
    "vite": "5.4.17"
  },
  "msw": {
    "workerDirectory": "./"
  }
}
