{
  "name": "@triplex/api",
  "version": "0.1.4",
  "description": "APIs to help build and debug your 2D and 3D components when inside Triplex.",
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Triplex",
    "email": "support@triplex.dev",
    "url": "https://x.com/trytriplex"
  },
  "exports": {
    "./koota": {
      "default": "./dist/koota/index.js",
      "types": "./dist/koota/index.d.ts"
    },
    "./koota/xr": {
      "default": "./dist/koota/xr.js",
      "types": "./dist/koota/xr.d.ts"
    },
    "./types": {
      "types": "./api.d.ts"
    }
  },
  "files": [
    "dist",
    "api.d.ts"
  ],
  "devDependencies": {
    "@swc/cli": "^0.1.59",
    "@swc/core": "^1.6.5",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "@react-three/fiber": "*",
    "@types/react": "*",
    "koota": "*"
  },
  "optionalDependencies": {
    "@react-three/xr": "*"
  },
  "scripts": {
    "build": "swc ./src -d ./dist",
    "typedef": "tsc"
  }
}