{
  "name": "@forno/rest-browser-client",
  "description": "REST API client for browser",
  "version": "1.3.1",
  "engines": {
    "node": ">= 16"
  },
  "author": {
    "name": "FORNO",
    "email": "forno@xmaho.link",
    "url": "https://twitter.com/forno_fornya"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "prepare": "npm run build"
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/forno/rest-browser-client.git"
  },
  "keywords": [
    "rest",
    "browser",
    "jwt",
    "typescript"
  ],
  "license": "ISC",
  "files": [
    "package.json",
    "dist",
    "LICENSE"
  ],
  "bugs": {
    "url": "https://github.com/forno/rest-browser-client/issues"
  },
  "homepage": "https://github.com/forno/rest-browser-client#readme",
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.3.0",
    "rollup": "^2.66.1",
    "typescript": "latest"
  }
}
