{
  "name": "@xyx-utils/browser",
  "version": "1.0.0",
  "type": "module",
  "description": "",
  "main": "dist/index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "dist"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@xyx-utils/core": "workspace: *",
    "@xyx-utils/shared": "workspace: *"
  }
}