{
  "name": "easy-signal",
  "version": "5.0.5",
  "description": "Two types of signals: event signals for subscribing to and emitting events, and reactive store signals for tracking and reacting to state changes.",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "prepublishOnly": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dabblewriter/easy-signal.git"
  },
  "keywords": [
    "signal",
    "events",
    "typescript",
    "reactive",
    "store",
    "computed",
    "watch",
    "state"
  ],
  "author": "Jacob Wright",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dabblewriter/easy-signal/issues"
  },
  "homepage": "https://github.com/dabblewriter/easy-signal#readme",
  "devDependencies": {
    "typescript": "^5.9.3"
  }
}
