{
  "name": "sabayon",
  "version": "0.7.2",
  "bin": {
    "sabayon": "cli.cjs"
  },
  "scripts": {
    "build": "rollup --config rollup.js && node cli.cjs ./test/sw.js",
    "coi": "mini-coi .",
    "server": "static-handler ."
  },
  "keywords": [
    "SharedArrayBuffer",
    "polyfill"
  ],
  "author": "Andrea Giammarchi",
  "license": "MIT",
  "description": "SharedArrayBuffer always on",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "mini-coi": "^0.4.2",
    "rollup": "^4.37.0",
    "static-handler": "^0.5.3"
  },
  "type": "module",
  "exports": {
    "./main": "./src/main.js",
    "./worker": "./src/worker.js",
    "./shared": "./src/shared.js",
    "./sw": "./src/sw.js",
    "./sw-listeners": "./src/sw-listeners.js",
    "./lite/main": "./src/lite/main.js",
    "./lite/sab": "./src/lite/sab.js",
    "./lite/worker": "./src/lite/worker.js",
    "./lite/utils": "./src/lite/utils/shared.js",
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WebReflection/sabayon.git"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/sabayon/issues"
  },
  "homepage": "https://github.com/WebReflection/sabayon#readme",
  "dependencies": {
    "@ungap/raw-json": "^0.4.2"
  }
}
