{
  "name": "@web3-storage/filecoin-client",
  "version": "3.1.0",
  "description": "The w3filecoin client for web3.storage",
  "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client",
  "repository": {
    "type": "git",
    "url": "https://github.com/web3-storage/w3up.git",
    "directory": "packages/w3filecoin-client"
  },
  "author": "Vasco Santos",
  "license": "Apache-2.0 OR MIT",
  "type": "module",
  "types": "dist/src/index.d.ts",
  "main": "src/index.js",
  "scripts": {
    "attw": "attw --pack .",
    "lint": "eslint '**/*.{js,ts}' && prettier --check '**/*.{js,ts,yml,json}' --ignore-path ../../.gitignore",
    "build": "tsc --build",
    "test": "npm run test:all",
    "test:all": "run-s test:browser test:node",
    "test:node": "hundreds -r html -r text mocha 'test/**/!(*.browser).test.js' -n experimental-vm-modules -n no-warnings",
    "test:browser": "playwright-test 'test/**/!(*.node).test.js'",
    "rc": "npm version prerelease --preid rc"
  },
  "exports": {
    ".": "./dist/src/index.js",
    "./aggregator": "./dist/src/aggregator.js",
    "./dealer": "./dist/src/dealer.js",
    "./storefront": "./dist/src/storefront.js",
    "./types": "./dist/src/types.js"
  },
  "typesVersions": {
    "*": {
      "types": [
        "dist/src/types.d.ts"
      ],
      "aggregator": [
        "dist/src/aggregator.d.ts"
      ],
      "dealer": [
        "dist/src/dealer.d.ts"
      ],
      "storefront": [
        "dist/src/storefront.d.ts"
      ]
    }
  },
  "files": [
    "dist/src/**/*.js",
    "dist/src/**/*.js.map",
    "dist/src/**/*.d.ts",
    "dist/src/**/*.d.ts.map"
  ],
  "dependencies": {
    "@ipld/dag-ucan": "^3.4.0",
    "@ucanto/client": "^9.0.0",
    "@ucanto/core": "^9.0.0",
    "@ucanto/interface": "^9.0.0",
    "@ucanto/transport": "^9.0.0",
    "@web3-storage/capabilities": "workspace:^"
  },
  "devDependencies": {
    "@ipld/car": "^5.1.1",
    "@ipld/dag-json": "^10.1.4",
    "@types/assert": "^1.5.6",
    "@types/mocha": "^10.0.1",
    "@ucanto/principal": "^9.0.0",
    "@ucanto/server": "^9.0.1",
    "@web3-storage/data-segment": "^4.0.0",
    "@web3-storage/eslint-config-w3up": "workspace:^",
    "assert": "^2.0.0",
    "c8": "^7.13.0",
    "hundreds": "^0.0.9",
    "mocha": "^10.2.0",
    "multiformats": "^12.1.2",
    "npm-run-all": "^4.1.5",
    "playwright-test": "^12.3.4",
    "typescript": "5.2.2"
  },
  "eslintConfig": {
    "extends": [
      "@web3-storage/eslint-config-w3up"
    ],
    "parserOptions": {
      "project": "./tsconfig.json"
    },
    "env": {
      "es2022": true,
      "mocha": true,
      "browser": true,
      "node": true
    },
    "ignorePatterns": [
      "dist",
      "coverage"
    ]
  },
  "depcheck": {
    "specials": [
      "bin"
    ],
    "ignores": [
      "@types/*",
      "assert",
      "c8",
      "@web3-storage/eslint-config-w3up"
    ]
  }
}
