{
  "name": "@lyrical/http",
  "version": "0.1.12",
  "description": "lyrical http!",
  "keywords": [],
  "author": "AnCIity",
  "license": "MIT",
  "type": "module",
  "main": "es/index.js",
  "module": "es/index.js",
  "unpkg": "dist/index.min.js",
  "types": "es/index.d.ts",
  "files": [
    "dist",
    "es"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnCIity/lyrical.git"
  },
  "scripts": {
    "build": "lough-build",
    "prepublishOnly": "yarn build",
    "changelog": "lough-git changelog -t @lyrical/http* -c ."
  },
  "bugs": {
    "url": "https://github.com/AnCIity/lyrical/issues"
  },
  "homepage": "https://github.com/AnCIity/lyrical#readme",
  "dependencies": {
    "@lyrical/js": "^0.4.3"
  },
  "devDependencies": {
    "@lough/build-cli": "^0.0.5",
    "@lough/git-cli": "^0.0.3"
  },
  "gitHead": "c24ca497de0dded27e83e777295adf2b6a98bb6b"
}
