{ "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", "build:wasm": "cd ../ && make wasm-build", "start": "webpack-dev-server --port 8001" }, "repository": { "type": "git", "url": "git+https://github.com/rustwasm/create-wasm-app.git" }, "keywords": [ "webassembly", "wasm", "rust", "webpack" ], "author": "Dave Hrycyszyn ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/nymtech/nym/issues" }, "homepage": "https://nymtech.net/docs", "devDependencies": { "copy-webpack-plugin": "^11.0.0", "hello-wasm-pack": "^0.1.0", "webpack": "^5.70.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4" }, "dependencies": { "@nymproject/nym-client-wasm": "file:../pkg" } }