{
  "name": "another-rest-client",
  "version": "0.7.0",
  "description": "Simple REST API client that makes your code lesser and more beautiful than without it.",
  "main": "dist/rest-client.js",
  "types": "dist/rest-clients.d.ts",
  "scripts": {
    "test": "mocha",
    "build": "tsc && node ./build.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Amareis/another-rest-client.git"
  },
  "keywords": [
    "rest"
  ],
  "author": "joe <terma95@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Amareis/another-rest-client/issues"
  },
  "homepage": "https://github.com/Amareis/another-rest-client#readme",
  "devDependencies": {
    "chai": "^4.3.6",
    "esbuild": "^0.14.25",
    "form-data": "^4.0.0",
    "mocha": "^9.2.1",
    "sinon": "^13.0.1",
    "typescript": "^4.6.2"
  }
}
