{
  "name": "branchy",
  "version": "2.0.0",
  "description": "Comfortly execute a function in a separate process",
  "main": "lib/branchy.js",
  "scripts": {
    "test": "eslint lib test && jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loilo/branchy.git"
  },
  "keywords": [
    "fork",
    "process",
    "promise"
  ],
  "author": "Florian Reuschel <florian@loilo.de>",
  "files": [
    "lib",
    "README.md",
    "branchy.svg"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/loilo/branchy/issues"
  },
  "homepage": "https://github.com/loilo/branchy#readme",
  "dependencies": {
    "better-queue": "^3.8.7"
  },
  "devDependencies": {
    "eslint": "^8.14.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.0.0",
    "prettier": "^2.0.5"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "engines": {
    "node": ">= 10.0.0"
  }
}
