-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "flashback",
"version": "1.0.0",
"description": "Multiplayer Flash classics, resurrected in the browser - peer-to-peer, serverless.",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"test": "node --experimental-transform-types test/lib.test.mjs && node --experimental-transform-types test/bomberpengu.test.mjs && node --experimental-transform-types test/minigolf-tropical-island.test.mjs && node --experimental-transform-types test/stickarena-dimensions.test.mjs && node --experimental-transform-types test/stickarena-http.test.mjs"
},
"dependencies": {
"@ruffle-rs/ruffle": "0.4.0-nightly.2026.7.17",
"trystero": "^0.25.3"
},
"devDependencies": {
"@types/node": "^26.1.1",
"typescript": "^7.0.2",
"vite": "^8.1.5"
}
}