File size: 408 Bytes
423f4c5
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "zkprologml-dashboard",
  "version": "1.0.0",
  "description": "zkPrologML auto-updating dashboard with Monster Group visualization",
  "main": "index.html",
  "scripts": {
    "dev": "python3 -m http.server 8000",
    "build": "echo 'No build needed - static site'"
  },
  "keywords": ["prolog", "zkp", "monster-group", "tau-prolog", "dashboard"],
  "author": "zkPrologML",
  "license": "MIT"
}