{
  "name": "sdrive",
  "type": "module",
  "typings": "dist/cjs/index.d.ts",
  "version": "6.1.1",
  "description": "SDrive is a decentralized storage provider that lets you upload your content on uncensorable networks",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esnext/index.js",
  "exports": {
    ".": {
      "import": "./dist/esnext/index.js",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "scripts": {
    "pretest": "npm run build",
    "test": "mocha test",
    "fmt": "prettier --write src/ test/ examples/ *.json",
    "build:esnext": "tsc -p tsconfig.esnext.json",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build": "npm run build:esnext && npm run build:cjs",
    "postbuild": "node postbuild.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/mime": "^4.0.0",
    "@types/node": "^22.13.14",
    "dotenv": "^16.4.7",
    "mocha": "^11.1.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "axios": "^1.8.4",
    "form-data": "^4.0.2",
    "mime": "^4.0.6"
  },
  "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}
