-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 837 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "open-web-container",
"version": "0.1.0",
"description": "A browser-based virtual container runtime that enables server-like JavaScript execution environments directly in the browser. OpenWebContainer provides a sandboxed environment with a virtual file system, process management, and shell capabilities, making it possible to run server-side JavaScript applications entirely in the browser.",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"install": "turbo run install",
"playground": "turbo run dev --filter='@open-web-container/playground'"
},
"author": "",
"license": "MIT",
"devDependencies": {
"turbo": "^2.3.0"
},
"packageManager": "pnpm@8.15.3"
}