{
  "name": "micro-signals",
  "version": "2.4.0",
  "description": "A tiny typed messaging system inspired by js-signals that uses ES2015 sets",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "devDependencies": {
    "@types/rimraf": "0.0.28",
    "@types/tape": "^4.2.30",
    "erasmus": "^0.1.0",
    "faucet": "0.0.1",
    "nyc": "^11.0.3",
    "rimraf": "^2.6.1",
    "tape": "^4.7.0",
    "ts-node": "7.0.1",
    "tslint": "5.11.0",
    "typescript": "3.0.3"
  },
  "scripts": {
    "lint": "tslint --project ./tsconfig.json",
    "test": "yarn lint && nyc tape 'test/*.ts' | faucet && nyc report",
    "build": "rimraf lib && tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn && yarn test && yarn build",
    "postpublish": "echo \"Do not forget to push the version commit and tag! `git push --follow-tags`\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lelandmiller/micro-signals.git"
  },
  "keywords": [
    "signals",
    "signal",
    "TypeScript",
    "ts",
    "typed",
    "eventer",
    "events",
    "event",
    "messaging",
    "pubsub"
  ],
  "author": "Leland Miller <lelandmiller@gmail.com>",
  "license": "MIT",
  "contributors": [
    "Justin Maher <justin.m.maher@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/lelandmiller/micro-signals/issues"
  },
  "homepage": "https://github.com/lelandmiller/micro-signals#readme"
}
