midpoint-ui 0.1.0

Midpoint is an AI and open-world first game engine. Editor is WASM, but compile target is native wgpu, not WASM.
{
  "name": "midpoint",
  "version": "1.0.0",
  "description": "Open-world game engine",
  "main": "index.html",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexthegoodman/midpoint.git"
  },
  "author": "Common",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexthegoodman/midpoint/issues"
  },
  "homepage": "https://github.com/alexthegoodman/midpoint#readme",
  "dependencies": {
    "phosphor-css": "^3.1.0"
  },
  "devDependencies": {
    "gulp": "^5.0.0",
    "gulp-sass": "^5.1.0",
    "sass": "^1.77.2"
  }
}