{
  "name": "@mattiasbuelens/web-streams-polyfill",
  "version": "0.3.2",
  "description": "Web Streams, based on the WHATWG spec reference implementation",
  "main": "dist/polyfill",
  "browser": "dist/polyfill.min.js",
  "module": "dist/polyfill.mjs",
  "types": "dist/types/polyfill.d.ts",
  "scripts": {
    "test": "npm run test:types && npm run test:wpt",
    "test:wpt": "node --expose_gc ./test/run-web-platform-tests.js",
    "pretest:wpt": "git submodule update --init --recursive",
    "test:types": "tsc -p ./test/types/tsconfig.json",
    "lint": "eslint \"src/**/*.ts\"",
    "build": "npm run build:types && npm run build:bundle",
    "build:bundle": "rollup -c",
    "build:types": "rollup -c rollup-types.config.js",
    "prepare": "npm run build"
  },
  "files": [
    "dist",
    "es6",
    "es2018",
    "ponyfill"
  ],
  "engines": {
    "node": ">= 8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MattiasBuelens/web-streams-polyfill.git"
  },
  "keywords": [
    "streams",
    "whatwg",
    "polyfill"
  ],
  "author": "Diwank Singh <diwank.singh@gmail.com>",
  "contributors": [
    "Mattias Buelens <mattias@buelens.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MattiasBuelens/web-streams-polyfill/issues"
  },
  "homepage": "https://github.com/MattiasBuelens/web-streams-polyfill#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^1.4.2",
    "eslint": "^5.15.1",
    "micromatch": "^3.1.10",
    "rollup": "^1.6.0",
    "rollup-plugin-dts": "^0.13.0",
    "rollup-plugin-inject": "^2.2.0",
    "rollup-plugin-strip": "^1.2.1",
    "rollup-plugin-terser": "^4.0.4",
    "typescript": "^3.3.3",
    "wpt-runner": "^2.7.1"
  }
}
