dhruv575
Implemented
91f4bb2
raw
history blame contribute delete
390 Bytes
{
"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"
}