forked from swiftwasm/carton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 717 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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"
}
}