@masvio/uploader
Version:
A simple, lightweight library to easily share files using MASV
60 lines (59 loc) • 1.26 kB
JSON
{
"name": "@masvio/uploader",
"version": "2.2.5",
"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.15.3",
"@vitest/browser": "^2.1.9",
"@vitest/coverage-istanbul": "^2.1.9",
"@vitest/ui": "^2.1.9",
"jsdom": "^22.1.0",
"msw": "^2.5.2",
"playwright": "^1.48.2",
"typescript": "^5.2.2",
"vite": "^5.4.17",
"vite-plugin-dts": "^4.5.3",
"vitest": "^2.1.9"
},
"resolutions": {
"@babel/helpers": "^7.26.10",
"esbuild": "^0.25.0",
"vite": "^5.4.17"
},
"msw": {
"workerDirectory": "./"
}
}