{
  "name": "@starbeam/collections",
  "type": "module",
  "version": "0.9.2",
  "description": "An implementation of JavaScript builtins built on top of Starbeam reactivity",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "default": "./dist/index.js"
  },
  "starbeam": {
    "strict": {
      "all.v1": "error"
    },
    "type": "library:public"
  },
  "dependencies": {
    "@swc/helpers": "^0.5.21",
    "@starbeam/reactive": "^0.9.1",
    "@starbeam/interfaces": "^0.9.1",
    "@starbeam/tags": "^0.1.1",
    "@starbeam/runtime": "^0.9.2",
    "@starbeam/shared": "^1.4.1",
    "@starbeam/universal": "^0.10.0"
  },
  "devDependencies": {
    "rollup": "^4.60.1",
    "@starbeam/verify": "^0.8.9",
    "@starbeam-dev/compile": "1.2.0"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md"
  ],
  "release-plan": {
    "semverIncrementAs": {
      "major": "minor"
    }
  },
  "repository": {
    "directory": "packages/universal/collections",
    "type": "git",
    "url": "https://github.com/starbeamjs/starbeam"
  },
  "scripts": {
    "build": "rollup -c",
    "test:lint": "eslint . --max-warnings 0",
    "test:specs": "vitest --run --pool forks",
    "test:types": "tsc -b"
  }
}