{
  "name": "forky",
  "version": "1.2.0",
  "description": "",
  "main": "index.js",
  "types": "index.d.ts",
  "engines": {
    "node": ">=8.0"
  },
  "scripts": {
    "test": "make"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-forky.git"
  },
  "keywords": [
    "cluster",
    "pre-fork"
  ],
  "author": "Brian M. Carlson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brianc/node-forky/issues"
  },
  "devDependencies": {
    "async": "^3.1.1",
    "express": "^4.17.1",
    "request": "^2.88.2"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  }
}
