@masvio/downloader
Version:
A simple, lightweight library to easily download files from MASV links
64 lines (63 loc) • 1.42 kB
JSON
{
"name": "@masvio/downloader",
"version": "0.0.1-alpha",
"description": "A simple, lightweight library to easily download files from MASV links",
"homepage": "https://massive.io",
"keywords": [
"download",
"downloader",
"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",
"clean": "yarn lint:fix",
"lint:check": "eslint ./",
"lint:fix": "yarn lint:check --fix"
},
"publishConfig": {
"ignore": [
"index.html",
".gitlab-ci.yml",
"node_modules/"
]
},
"resolutions": {
"vite": "^6.2.5"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@vitest/browser": "^3.1.1",
"@vitest/coverage-istanbul": "^3.1.1",
"@vitest/web-worker": "^3.1.1",
"eslint": "^9.23.0",
"jsdom": "^25.0.1",
"msw": "^2.7.3",
"playwright": "^1.48.2",
"typescript": "5.5.4",
"typescript-eslint": "^8.29.0",
"vite": "^6.2.5",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.1.1",
"webdriverio": "^9.12.2"
},
"msw": {
"workerDirectory": "./"
}
}