warp/package.json

16 lines
317 B
JSON
Raw Normal View History

2024-09-12 22:12:40 -04:00
{
"name": "vite-plugin-wasm-pack-example",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"vite": "^2.6.14",
"vite-plugin-wasm-pack": "^0.1.9"
},
"scripts": {
"wasm": "wasm-pack build ./george --target web",
"dev": "vite",
"build": "vite build"
}
}