{
  "name": "@jamsch/hacker-news-client",
  "version": "1.0.0",
  "description": "A universal API client for Hacker News with Typescript typings",
  "main": "main.js",
  "module": "index.js",
  "types": "index.d.ts",
  "unpkg": "umd/hacker-news-client.production.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c rollup.config.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "rollup": "^2.56.3",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-ts": "^1.4.0",
    "typescript": "^4.4.2"
  },
  "dependencies": {
    "cross-fetch": "^3.1.4",
    "fetch-ponyfill": "^7.1.0"
  }
}
