{ "name": "@bytelyst/blob", "version": "0.2.5", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "pretest": "pnpm --dir ../.. --filter @bytelyst/storage build", "build": "tsc", "test": "vitest run --pool forks" }, "dependencies": { "@bytelyst/storage": "workspace:*" }, "publishConfig": { "registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/" } }