{
  "name": "badmfck-signal",
  "version": "1.4.9",
  "description": "An implementation of a signaling mechanism used to connect components and transfer data between them",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  
  "scripts": {
    "prepublish": "tsc",
    "build":"tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "signals",
    "signalling",
    "events",
    "event",
    "dispatcher"
  ],
  "dependencies": {
    
  },
  "devDependencies": {
    
  },
  "author": "Igor Bloom",
  "license": "MIT"
  
}
