learning_ai_common_plat/packages/blob/package.json

25 lines
476 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": {
"pretest": "corepack pnpm --dir ../.. --filter @bytelyst/storage build",
"build": "tsc",
"test": "vitest run"
},
"dependencies": {
"@bytelyst/storage": "workspace:*"
}
}