1{
2 "name": "faunu",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc && vite build",
9 "preview": "vite preview"
10 },
11 "devDependencies": {
12 "typescript": "~5.9.3",
13 "vite": "npm:rolldown-vite@7.2.5",
14 "vite-plugin-top-level-await": "^1.6.0",
15 "vite-plugin-wasm": "^3.5.0"
16 },
17 "dependencies": {
18 "@std/toml": "npm:@jsr/std__toml",
19 "@xterm/addon-canvas": "^0.7.0",
20 "@xterm/addon-fit": "^0.10.0",
21 "@xterm/addon-web-links": "^0.11.0",
22 "@xterm/addon-webgl": "^0.18.0",
23 "@xterm/xterm": "^5.5.0"
24 }
25}