{
  "name": "@cyphercider/ipfs-cluster-http-client",
  "version": "0.0.1",
  "description": "An IPFS cluster HTTP client for node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:cyphercider/ifps-cluster-http-client.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "scripts": {
    "prepublish": "npm run build:release",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint --fix \"src/**/*.{ts,tsx}\"",
    "build:release": "npm run clean && tsc --project ./tsconfig.release.json",
    "test": "jest --coverage",
    "test:report": "sensible-browser ./coverage/lcov-report/index.html",
    "clean": "rm -rf dist"
  },
  "devDependencies": {
    "@ipld/car": "^3.2.3",
    "@ipld/dag-cbor": "^7.0.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.10",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "date-fns": "^2.28.0",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.7",
    "jest-environment-jsdom": "^27.4.6",
    "jest-environment-node": "^27.4.6",
    "lint-staged": "^12.2.2",
    "multiformats": "^9.6.2",
    "prettier": "2.5.1",
    "simple-git-hooks": "^2.7.0",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5",
    "uvu": "^0.5.3"
  },
  "keywords": [
    "ipfs",
    "cluster",
    "client",
    "http",
    "api",
    "node"
  ],
  "dependencies": {
    "axios": "^0.25.0",
    "form-data": "^4.0.0"
  }
}
