{
  "name": "generator-function",
  "version": "2.0.1",
  "description": "A function that returns the normally hidden `GeneratorFunction` constructor",
  "main": "./legacy.js",
  "jsnext:main": "./index.mjs",
  "module": "./index.mjs",
  "exports": {
    ".": [
      {
        "module-sync": "./require.mjs",
        "import": "./index.mjs",
        "default": "./index.js"
      },
      "./index.js"
    ],
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TimothyGu/generator-function.git"
  },
  "author": "Jordan Harbamd <ljharb@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/TimothyGu/generator-function#readme",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@ljharb/eslint-config": "^21.2.0",
    "@ljharb/tsconfig": "^0.3.2",
    "@types/semver": "^6.2.7",
    "@types/tape": "^5.8.1",
    "auto-changelog": "^2.5.0",
    "encoding": "^0.1.13",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "generator-function": "file:.",
    "get-proto": "^1.0.1",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "semver": "^6.3.1",
    "tape": "^5.9.0",
    "typescript": "next"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "testling": {
    "files": "test/index.js"
  }
}