{
  "name": "libgovno",
  "version": "1.2.0",
  "description": "Lightweight node.js http requests",
  "main": "src/index.js",
  "exports": {
    ".": "./lib/index.js"
  },
  "types": "./typings/index.d.ts",
  "type": "commonjs",
  "scripts": {
    "build": "tsc --build",
    "test": "node tests/index.js",
    "prepublish": "npm run build",
    "publish": "npm publish"
  },
  "keywords": [
    "http",
    "https",
    "requests",
    "lightweight",
    "nodejs",
    "promise",
    "http-client"
  ],
  "author": "Teselka",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Teselka/libgovno.git"
  },
  "devDependencies": {
    "@types/node": "^17.0.23"
  },
  "bugs": {
    "url": "https://github.com/Teselka/libgovno/issues"
  },
  "homepage": "https://github.com/Teselka/libgovno#readme",
  "directories": {
    "lib": "lib",
    "test": "tests"
  }
}
