{
  "name": "multiple-dispatch",
  "version": "1.0.0",
  "description": "",
  "main": "dist/src/index.js",
  "types": "types/src/index.d.ts",
  "scripts": {
    "prepublishOnly": "yarn test",
    "test": "mocha --recursive \"dist/test/**/*.js\"",
    "build": "tsc",
    "clean": "rm -rf dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seikho/multiple-dispatch.git"
  },
  "keywords": [
    "multimethod",
    "multiple",
    "dispatch",
    "typescript"
  ],
  "author": "Carl Winkler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seikho/multiple-dispatch/issues"
  },
  "homepage": "https://github.com/seikho/multiple-dispatch#readme",
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "chai": "^3.5.0",
    "mocha": "^3.1.2",
    "typescript": "^4.7.3"
  }
}
