{
  "name": "@effect/platform-node-shared",
  "type": "module",
  "version": "4.0.0-beta.64",
  "license": "MIT",
  "description": "Unified interfaces for common platform-specific services",
  "homepage": "https://effect.website",
  "repository": {
    "type": "git",
    "url": "https://github.com/Effect-TS/effect-smol.git",
    "directory": "packages/platform-node-shared"
  },
  "bugs": {
    "url": "https://github.com/Effect-TS/effect-smol/issues"
  },
  "tags": [
    "typescript",
    "algebraic-data-types",
    "functional-programming"
  ],
  "keywords": [
    "typescript",
    "algebraic-data-types",
    "functional-programming"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "sideEffects": [],
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist/index.js",
    "./*": "./dist/*.js",
    "./internal/*": null,
    "./*/index": null
  },
  "files": [
    "src/**/*.ts",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "peerDependencies": {
    "effect": "^4.0.0-beta.64"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "tar": "^7.5.13",
    "effect": "^4.0.0-beta.64"
  },
  "dependencies": {
    "@types/ws": "^8.18.1",
    "ws": "^8.20.0"
  },
  "scripts": {
    "build": "tsc -b tsconfig.json && pnpm babel",
    "build:tsgo": "tsgo -b tsconfig.json && pnpm babel",
    "babel": "babel dist --plugins annotate-pure-calls --out-dir dist --source-maps",
    "check": "tsc -b tsconfig.json",
    "test": "vitest",
    "coverage": "vitest --coverage"
  }
}