@cypsela/browser-source
Version:
W3C's FileSystemEntry and FileSystemHandle as a sources for @helia/unixfs
69 lines (68 loc) • 1.66 kB
JSON
{
"name": "@cypsela/browser-source",
"version": "1.0.1",
"description": "W3C's FileSystemEntry and FileSystemHandle as a sources for @helia/unixfs",
"type": "module",
"repository": {
"url": "https://github.com/cypsela/fs-entry-source",
"type": "github"
},
"bugs": {
"url": "https://github.com/cypsela/issues"
},
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"files": [
"./dist/src"
],
"keywords": [
"ipfs",
"unixfs",
"browser",
"webkit",
"opfs",
"FileSystemEntry",
"FileSystemHandle"
],
"author": "tabcat",
"license": "MIT",
"scripts": {
"prepublishOnly": "pnpm install && pnpm build",
"lint": "prettier src --check",
"format": "prettier src --write",
"build": "tsc",
"build:example": "esbuild example/index.ts --bundle --format=esm --outfile=example/bundle.js",
"test": "vitest --config vitest.config.ts --run",
"test:watch": "vitest --config vitest.config.ts",
"api-docs": "typedoc src",
"ci": "pnpm build && pnpm lint"
},
"prettier": {
"plugins": [
"prettier-plugin-organize-imports"
]
},
"lint-staged": {
"*.ts": "prettier --ignore-unknown --write"
},
"dependencies": {
"blob-to-it": "^2.0.10"
},
"devDependencies": {
"@helia/unixfs": "^5.0.3",
"esbuild": "^0.25.5",
"helia": "^5.4.2",
"husky": "^9.1.7",
"ipfs-unixfs": "^11.2.1",
"lint-staged": "^16.1.0",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"typedoc": "^0.28.5",
"typescript": "^5.8.3",
"vitest": "^3.2.2"
}
}