{
  "private": true,
  "dependencies": {
    "promise-polyfill": "6.0.2",
    "tslib": "1.11.1",
    "whatwg-fetch": "2.0.3"
  },
  "devDependencies": {
    "rollup": "0.49.2",
    "rollup-plugin-buble": "0.15.0",
    "rollup-plugin-node-resolve": "3.0.0",
    "rollup-plugin-uglify": "2.0.1",
    "typescript": "3.9.6"
  },
  "scripts": {
    "compile": "tsc",
    "bundle-js": "rollup -c rollup.config.js",
    "build": "npm run compile && npm run bundle-js"
  }
}