Spaces:
Sleeping
Sleeping
| { | |
| "name": "safe-choices-frontend", | |
| "version": "1.0.0", | |
| "description": "Frontend for Safe Choices prediction market simulation", | |
| "main": "index.html", | |
| "scripts": { | |
| "start": "npx http-server . -p 3000 -o", | |
| "dev": "npx http-server . -p 3000 -o -c-1" | |
| }, | |
| "keywords": [ | |
| "prediction-markets", | |
| "simulation", | |
| "polymarket" | |
| ], | |
| "author": "", | |
| "license": "MIT" | |
| } | |