learning_ai_common_plat/packages/blob/package.json
2026-03-02 09:07:33 -08:00

24 lines
399 B
JSON

{
"name": "@bytelyst/blob",
"version": "0.2.0",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "vitest run"
},
"dependencies": {
"@bytelyst/storage": "workspace:*"
}
}