{
  "name": "dush",
  "version": "3.1.1",
  "description": "Microscopic & functional event emitter in ~350 bytes, extensible through plugins",
  "repository": "tunnckoCore/dush",
  "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
  "precommit.silent": true,
  "jsnext:main": "dist/dush.es.js",
  "module": "dist/dush.es.js",
  "main": "dist/dush.common.js",
  "license": "MIT",
  "scripts": {
    "lint": "standard src/index.js test.js --fix --verbose",
    "test": "npm-run-all -s lint test:*",
    "test:api": "nyc --reporter lcov node test.js",
    "test:report": "nyc report",
    "prerelease": "npm test",
    "release": "standard-version --sign --no-verify",
    "git": "npm-run-all -s git:*",
    "git:add": "git add --all",
    "git:cz": "git-cz",
    "commit": "npm-run-all -s build test git",
    "build": "npm-run-all -s build:*",
    "build:clean": "rimraf dist",
    "build:browser": "rollup -c --environment BROWSER",
    "build:node": "rollup -c --environment NODE",
    "build:show": "ls -al dist"
  },
  "dependencies": {},
  "devDependencies": {
    "commitizen": "2.7.6",
    "cz-conventional-changelog": "1.1.5",
    "mukla": "0.4.9",
    "npm-run-all": "3.1.2",
    "nyc": "10.3.2",
    "pre-commit": "1.2.2",
    "rimraf": "2.6.2",
    "rollup": "0.67.1",
    "rollup-plugin-buble": "0.15.0",
    "rollup-plugin-gzip": "1.3.0",
    "rollup-plugin-uglify": "2.0.1",
    "standard": "10.0.3",
    "standard-version": "^4.4.0"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "browser",
    "browserify",
    "cjs",
    "client",
    "commonjs",
    "compatible",
    "emit",
    "emitter",
    "event",
    "event-emitter",
    "events",
    "functional",
    "lightweight",
    "micro",
    "microscopic",
    "mini",
    "minimal",
    "nodejs",
    "pubsub",
    "small",
    "subscribe",
    "tiny",
    "webpack"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "standard": {
    "ignore": [
      "dist/**"
    ]
  },
  "nyc": {
    "check-coverage": true,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "lines": 100
  },
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "always-done",
        "minibase",
        "try-catch-core",
        "mitt",
        "unfetch",
        "mich-h",
        "randomorg-js",
        "smitty",
        "dual-emitter"
      ],
      "highlight": "mitt"
    },
    "reflinks": [
      "always-done",
      "async-done",
      "base",
      "browserify",
      "charlike",
      "commitizen",
      "dezalgo",
      "dush-methods",
      "dush-no-chaining",
      "dush-router",
      "dush-tap-report",
      "hyperscript",
      "mitt",
      "once",
      "rollup",
      "standard-version",
      "verb",
      "verb-generate-readme",
      "webpack",
      "dush-better-use",
      "dush-options",
      "dush-promise"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
