{
  "name": "iterator-helper",
  "version": "1.3.4",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "node dist/test.js",
    "build": "tsc && npm run build-esm",
    "build-esm": "tsc --project ./tsconfig-esm.json && node rename_mjs.js"
  },
  "keywords": [
    "iterator",
    "iterators",
    "polyfill",
    "helpers",
    "itertools"
  ],
  "author": "Louis Béranger",
  "repository": {
    "type": "git",
    "url": "https://github.com/alkihis/iterator-helper"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^14.0.13"
  }
}
