{
  "name": "unoverse",
  "version": "0.1.208",
  "description": "The Unoverse front door — create a Studio project, a universe, or a client app, and launch Studio.",
  "license": "SEE LICENSE IN README.md",
  "type": "module",
  "bin": {
    "unoverse": "bin/unoverse.mjs"
  },
  "files": [
    "bin",
    "lib",
    "operator",
    "vendor",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@cfworker/json-schema": "^4.1.1",
    "yaml": "^2.8.1"
  },
  "homepage": "https://github.com/unoverse-platform",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unoverse-platform/unoverse.git"
  },
  "scripts": {
    "test": "node --test tests/",
    "prepack": "node scripts/vendor-operator.mjs && node scripts/vendor-base.mjs"
  }
}
