{
  "name": "@starbeam/timeline",
  "version": "0.8.9",
  "type": "module",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.cjs"
    }
  },
  "starbeam:type": "library:public",
  "dependencies": {
    "@starbeam/core-utils": "^0.8.9",
    "@starbeam/debug": "^0.8.9",
    "@starbeam/interfaces": "^0.8.9",
    "@starbeam/shared": "^1.3.7",
    "@starbeam/verify": "^0.8.9"
  },
  "devDependencies": {
    "@starbeam-dev/build-support": "1.0.0"
  },
  "scripts": {
    "test:lint": "eslint",
    "test:specs": "vitest --run",
    "test:types": "tsc -b"
  }
}