File size: 390 Bytes
91f4bb2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
}