{
  "name": "@infernus/cef",
  "version": "0.2.0-beta.2",
  "description": "A wrapper of the popular omp-cef component for samp-node.",
  "keywords": [
    "omp",
    "samp"
  ],
  "homepage": "https://github.com/dockfries/infernus/tree/main/packages/cef#readme",
  "bugs": {
    "url": "https://github.com/dockfries/infernus/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dockfries/infernus.git"
  },
  "license": "MIT",
  "author": "dockfries",
  "exports": {
    ".": {
      "require": "./dist/bundle.js",
      "import": "./dist/bundle.mjs",
      "types": "./dist/bundle.d.ts"
    }
  },
  "main": "dist/bundle.js",
  "module": "dist/bundle.mjs",
  "types": "dist/bundle.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@infernus/core": "^0.14.4"
  },
  "peerDependencies": {
    "@infernus/core": "^0.14.4"
  },
  "scripts": {}
}