UNPKG

@helia/http

Version:

A lightweight implementation of IPFS over HTTP in JavaScript

68 lines (67 loc) 1.8 kB
{ "name": "@helia/http", "version": "0.9.0", "description": "A lightweight implementation of IPFS over HTTP in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme", "repository": { "type": "git", "url": "git+https://github.com/ipfs/helia.git" }, "bugs": { "url": "https://github.com/ipfs/helia/issues" }, "keywords": [ "IPFS" ], "type": "module", "types": "./dist/src/index.d.ts", "files": [ "src", "dist", "!dist/test", "!**/*.tsbuildinfo" ], "exports": { ".": { "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js" } }, "eslintConfig": { "extends": "ipfs", "parserOptions": { "project": true, "sourceType": "module" } }, "scripts": { "clean": "aegir clean", "lint": "aegir lint", "dep-check": "aegir dep-check", "build": "aegir build", "test": "aegir test", "test:chrome": "aegir test -t browser --cov", "test:chrome-webworker": "aegir test -t webworker", "test:firefox": "aegir test -t browser -- --browser firefox", "test:firefox-webworker": "aegir test -t webworker -- --browser firefox", "test:node": "aegir test -t node --cov", "test:electron-main": "aegir test -t electron-main" }, "dependencies": { "@helia/block-brokers": "~0.0.0", "@helia/core": "~0.0.0", "@helia/delegated-routing-v1-http-api-client": "^1.1.2", "@helia/interface": "^3.0.0", "@libp2p/interface": "^1.1.1", "blockstore-core": "^4.3.8", "datastore-core": "^9.2.6", "interface-blockstore": "^5.2.7", "interface-datastore": "^8.2.9", "libp2p": "^1.1.1", "multiformats": "^13.0.0" }, "devDependencies": { "aegir": "^42.1.0" } }