vite-plugin-offload-wasm
Version:
Serve WASM from a CDN or any remote location, bypassing the local server entirely
53 lines (52 loc) • 1.15 kB
JSON
{
"name": "vite-plugin-offload-wasm",
"title": "Vite Plugin: Offload WASM",
"version": "0.3.1",
"description": "Serve WASM from a CDN or any remote location, bypassing the local server entirely",
"keywords": [
"vite",
"vite-plugin",
"offload",
"wasm"
],
"license": "MIT",
"author": {
"name": "Gene Alyson Fortunado Torcende",
"email": "genealyson.torcende@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kermage/vite-plugin-offload-wasm.git"
},
"type": "module",
"files": [
"dist/"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"devDependencies": {
"@types/node": "^22.13.9",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"unbuild": "^3.5.0",
"vite": "^6.2.1"
},
"peerDependencies": {
"vite": "^5.2.12 || ^6.0.7"
},
"scripts": {
"build": "unbuild",
"watch": "unbuild --stub",
"prepublishOnly": "pnpm build"
}
}