carton/package.json

35 lines
855 B
JSON

{
"name": "carton",
"version": "0.0.1",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxDesiatov/carton.git"
},
"keywords": [
"swift",
"webassembly",
"swiftwasm",
"bundler"
],
"author": "Max Desiatov",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MaxDesiatov/carton/issues"
},
"homepage": "https://github.com/MaxDesiatov/carton#readme",
"devDependencies": {
"@wasmer/wasi": "^0.11.2",
"@wasmer/wasmfs": "^0.11.2",
"javascript-kit-swift": "^0.5.0",
"reconnecting-websocket": "^4.4.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}