summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen/_package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/wasm-bindgen/_package.json')
-rw-r--r--vendor/wasm-bindgen/_package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/wasm-bindgen/_package.json b/vendor/wasm-bindgen/_package.json
new file mode 100644
index 000000000..95632f893
--- /dev/null
+++ b/vendor/wasm-bindgen/_package.json
@@ -0,0 +1,14 @@
+{
+ "scripts": {
+ "build": "webpack",
+ "serve": "webpack serve"
+ },
+ "devDependencies": {
+ "@wasm-tool/wasm-pack-plugin": "1.5.0",
+ "html-webpack-plugin": "^5.3.2",
+ "text-encoding": "^0.7.0",
+ "webpack": "^5.49.0",
+ "webpack-cli": "^4.7.2",
+ "webpack-dev-server": "^3.11.2"
+ }
+}