{
  "name": "@mettascript/das-gateway",
  "version": "3.4.0",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "LLMS.md"
  ],
  "dependencies": {
    "@mettascript/core": "3.4.0"
  },
  "author": "MesTTo",
  "engines": {
    "node": ">=20"
  },
  "sideEffects": false,
  "module": "./dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "description": "HTTP/Connect gateway bridging MeTTaScript to a Distributed AtomSpace, reachable from the browser.",
  "keywords": [
    "metta",
    "hyperon",
    "das",
    "gateway",
    "singularitynet"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MesTTo/MeTTaScript.git",
    "directory": "packages/das-gateway"
  },
  "homepage": "https://github.com/MesTTo/MeTTaScript#readme",
  "bugs": {
    "url": "https://github.com/MesTTo/MeTTaScript/issues"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --clean"
  }
}