Created
February 23, 2026 06:16
-
-
Save flushpot1125/a62462e3ed3574341a8f8b5dd75e511e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "my-hello-world-app", | |
| "scripts": { | |
| "dev": "vite --host 0.0.0.0 --port 5173", | |
| "build": "vite build", | |
| "qr": "evenhub qr --http --port 5173", | |
| "pack": "npm run build && evenhub pack app.json dist -o myapp.ehpk" | |
| }, | |
| "dependencies": { | |
| "@evenrealities/even_hub_sdk": "^0.0.7", | |
| "@evenrealities/evenhub-cli": "^0.1.5", | |
| "@evenrealities/evenhub-simulator": "^0.4.1" | |
| }, | |
| "devDependencies": { | |
| "typescript": "^5.9.3", | |
| "vite": "^7.3.1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment