{
  "name": "spheron-storage-dusan",
  "version": "1.0.38",
  "description": "Typescript library for uploading files or directory to  IPFS, Filecoin or Arweave via Spheron",
  "keywords": [
    "Storage",
    "Typescript",
    "Badass",
    "IPFS",
    "Filecoin",
    "Arweave",
    "SDK",
    "Upload"
  ],
  "author": "Dusan",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.ts --format cjs --dts",
    "prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore",
    "prettier:write": "prettier --write '**/*.{ts,tsx,json,md,hbs}' --ignore-path .gitignore",
    "prettier:check": "prettier --check '**/*.{ts,tsx,json,md,hbs}' --ignore-path .gitignore",
    "lint": "eslint . --ext .ts"
  },
  "devDependencies": {
    "@types/node": "^18.13.0",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "eslint": "^8.33.0",
    "prettier": "^2.8.3",
    "tsup": "^6.5.0",
    "typescript": "^4.9.5"
  },
  "files": [
    "dist/"
  ],
  "dependencies": {
    "axios": "^1.3.2",
    "form-data": "^4.0.0",
    "p-limit": "^3.0.0"
  },
  "license": "Apache-2.0"
}