{
  "name": "roads-req",
  "version": "0.4.6",
  "description": "A simple network request library with some extra utility for functionality commonly used by APIs",
  "main": "built/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "node node_modules/jest/bin/jest.js --config jest.config.js tests/",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dashron/roads-req.git"
  },
  "author": "Aaron Hedges",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Dashron/roads-req/issues"
  },
  "homepage": "https://github.com/Dashron/roads-req#readme",
  "devDependencies": {
    "@types/content-type": "^1.1.3",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.9.0",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "content-type": "^1.0.4"
  }
}
