{
  "name": "usecase-bus",
  "version": "1.1.0",
  "description": "A mediator for UseCase and Command.",
  "keywords": [
    "almin",
    "command",
    "usecase"
  ],
  "homepage": "https://github.com/almin/almin/tree/master/packages/@almin/usecase-bus/",
  "bugs": {
    "url": "https://github.com/almin/almin/issues"
  },
  "license": "MIT",
  "author": "azu",
  "files": [
    "bin/",
    "lib/",
    "src/"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/almin/almin.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production tsc -p .",
    "prepublish": "npm run --if-present build",
    "test": "mocha \"test/**/*.ts\"",
    "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
    "watch": "tsc -p . --watch"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": false,
    "tabWidth": 4
  },
  "devDependencies": {
    "@types/mocha": "^5.2.1",
    "@types/node": "^9.4.7",
    "almin": "^0.17.0",
    "cross-env": "^5.1.4",
    "mocha": "^5.2.0",
    "prettier": "^1.13.5",
    "ts-node": "^6.1.0",
    "ts-node-test-register": "^3.0.0",
    "typescript": "^2.9.1"
  },
  "peerDependencies": {
    "almin": "^0.16.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
