30 lines
717 B
JSON
30 lines
717 B
JSON
{
|
|
"name": "carton",
|
|
"version": "0.18.0",
|
|
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
|
|
"main": "index.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",
|
|
"esbuild": "^0.14.38",
|
|
"npm-run-all": "^4.1.5",
|
|
"reconnecting-websocket": "^4.4.0"
|
|
}
|
|
}
|