{
  "name": "godprotocol",
  "version": "2.2.57",
  "description": "A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.",
  "main": "Index.js",
  "type": "module",
  "scripts": {
    "start": "node Index.js",
    "dev": "node Index.js",
    "test": "echo \"No test specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/immanuel-savvy/GodProtocol.git"
  },
  "keywords": [
    "godprotocol",
    "distributed",
    "decentralized",
    "web4",
    "ai",
    "blockweb",
    "virtual-machine",
    "loader-sequence",
    "ar",
    "vr"
  ],
  "author": "Savvy <savvy@godprotocol.org>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/immanuel-savvy/GodProtocol/issues"
  },
  "homepage": "https://github.com/immanuel-savvy/GodProtocol#readme",
  "dependencies": {
    "aircode4": "latest",
    "generalised-datastore": "latest",
    "@godprotocol/repositories": "^1.1.27"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
