{ "name": "create-wasm-app", "version": "0.1.0", "description": "create an app to consume rust-generated wasm packages", "main": "index.js", "bin": { "create-wasm-app": ".bin/create-wasm-app.js" }, "scripts": { "build": "webpack --config webpack.config.js", "start": "webpack-dev-server" }, "repository": { "type": "git", "url": "git+https://github.com/rustwasm/create-wasm-app.git" }, "keywords": [ "webassembly", "wasm", "rust", "webpack" ], "author": "Ashley Williams ", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://github.com/rustwasm/create-wasm-app/issues" }, "homepage": "https://github.com/rustwasm/create-wasm-app#readme", "devDependencies": { "mini-game": "file:../pkg", "copy-webpack-plugin": "^12.0.2", "webpack": "^5.x.x", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" } }