@jingoz/file-slicer
Version:
@jingoz/file-slicer 是一个 npm 包,提供了文件根据自定义大小分片并计算 hash 的功能。
26 lines • 503 B
JSON
{
"name": "@jingoz/file-slicer",
"version": "0.0.2",
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"keywords": [
"jingo",
"file",
"fileSlice",
"fileHash",
"fileTree"
],
"devDependencies": {
"@types/node": "^22.13.10",
"typescript": "~5.7.2",
"vite": "^6.2.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build:types": "tsc -p ./tsconfig.json",
"build": "vite build && pnpm build:types"
}
}