{
  "name": "@alt-javascript/common",
  "version": "3.0.7",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js"
  },
  "files": [
    "index.js",
    "dist/"
  ],
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "prepublishOnly": "npm run build",
    "test": "echo 'no tests yet'"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "description": "Shared kernel for the alt-javascript framework — global-ref resolution, environment detection, utilities",
  "license": "MIT",
  "author": "Craig Parravicini",
  "contributors": [
    "Claude (Anthropic)",
    "Spring Framework (VMware/Broadcom) — design inspiration and pattern source"
  ],
  "keywords": [
    "alt-javascript",
    "common",
    "shared",
    "utilities"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alt-javascript/boot.git",
    "directory": "packages/common"
  },
  "homepage": "https://github.com/alt-javascript/boot/tree/main/packages/common#readme",
  "bugs": {
    "url": "https://github.com/alt-javascript/boot/issues"
  },
  "engines": {
    "node": ">=20"
  }
}
