learning_ai_common_plat/packages/blob/package.json

28 lines
578 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": "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/"
}
}