{
  "name": "@wixc3/common",
  "version": "18.4.1",
  "type": "module",
  "description": "Common utils, usable in all environments",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "author": "Wix.com",
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "!*/test",
    "!*/tsconfig.{json,tsbuildinfo}"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dazl-dev/core3-utils.git",
    "directory": "packages/common"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "promise-assist": "^2.0.1"
  }
}
