{ "name": "create-wasm-app", "version": "0.1.0", "description": "create an app to consume rust-generated wasm packages", "main": "dist/index.js", "types": "dist/index.d.ts", "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", "mozaic" ], "dependencies": { "planetwars": "file:../pkg", "extract-svg-path": "^2.1.0", "load-svg": "^1.0.0", "svg-mesh-3d": "^1.1.0" }, "author": "Arthur Vercruysse ", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://github.com/ajuvercr/Planetwars/issues" }, "homepage": "https://github.com/ajuvercr/Planetwars#Readme", "devDependencies": { "webpack": "^4.29.3", "ts-loader": "^6.0.2", "typescript": "^3.5.2", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.5", "copy-webpack-plugin": "^5.0.0" } }