{ "name": "carton", "version": "0.6.1", "description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ", "main": "index.js", "scripts": { "build": "webpack --config dev.config.js", "bundle": "webpack --config bundle.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/swiftwasm/carton.git" }, "keywords": [ "swift", "webassembly", "swiftwasm", "bundler" ], "author": "Carton contributors", "license": "Apache-2.0", "bugs": { "url": "https://github.com/swiftwasm/carton/issues" }, "homepage": "https://github.com/swiftwasm/carton#readme", "devDependencies": { "@wasmer/wasi": "^0.12.0", "@wasmer/wasmfs": "^0.12.0", "javascript-kit-swift": "^0.8.0", "reconnecting-websocket": "^4.4.0", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" } }