{
  "name": "multiprocess-map",
  "version": "1.5.3",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "prepare": "tsc -d --outDir lib",
    "test": "npm run prepare && mocha",
    "lint": "tslint --project tsconfig.json src/*"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiosantoscode/multiprocess-map.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fabiosantoscode/multiprocess-map/issues"
  },
  "homepage": "https://github.com/fabiosantoscode/multiprocess-map#readme",
  "devDependencies": {
    "es6-promise": "^4.2.5",
    "husky": "^1.1.2",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^3.0.0",
    "tslint": "^5.10.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^2.9.1",
    "typescript-eslint-parser": "^20.1.1"
  },
  "dependencies": {
    "compatible-pool": "^1.0.0",
    "parallel-worker": "^1.2.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint --silent && npm run test --silent"
    }
  }
}
