@venturialstd/file-system 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +127 -0
- package/dist/constants/file-system-entity.constant.d.ts +13 -0
- package/dist/constants/file-system-entity.constant.d.ts.map +1 -0
- package/dist/constants/file-system-entity.constant.js +16 -0
- package/dist/constants/file-system-entity.constant.js.map +1 -0
- package/dist/constants/file-system-error.constant.d.ts +25 -0
- package/dist/constants/file-system-error.constant.d.ts.map +1 -0
- package/dist/constants/file-system-error.constant.js +29 -0
- package/dist/constants/file-system-error.constant.js.map +1 -0
- package/dist/constants/file-system-message.constant.d.ts +16 -0
- package/dist/constants/file-system-message.constant.d.ts.map +1 -0
- package/dist/constants/file-system-message.constant.js +19 -0
- package/dist/constants/file-system-message.constant.js.map +1 -0
- package/dist/constants/file-system-provider.constant.d.ts +12 -0
- package/dist/constants/file-system-provider.constant.d.ts.map +1 -0
- package/dist/constants/file-system-provider.constant.js +16 -0
- package/dist/constants/file-system-provider.constant.js.map +1 -0
- package/dist/constants/file-system-tree.constant.d.ts +8 -0
- package/dist/constants/file-system-tree.constant.d.ts.map +1 -0
- package/dist/constants/file-system-tree.constant.js +12 -0
- package/dist/constants/file-system-tree.constant.js.map +1 -0
- package/dist/constants/file-system.constant.d.ts +13 -0
- package/dist/constants/file-system.constant.d.ts.map +1 -0
- package/dist/constants/file-system.constant.js +31 -0
- package/dist/constants/file-system.constant.js.map +1 -0
- package/dist/constants/file-system.settings.constants.d.ts +8 -0
- package/dist/constants/file-system.settings.constants.d.ts.map +1 -0
- package/dist/constants/file-system.settings.constants.js +11 -0
- package/dist/constants/file-system.settings.constants.js.map +1 -0
- package/dist/constants/index.d.ts +2 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +20 -0
- package/dist/constants/index.js.map +1 -0
- package/dist/entities/file-system-file.entity.d.ts +22 -0
- package/dist/entities/file-system-file.entity.d.ts.map +1 -0
- package/dist/entities/file-system-file.entity.js +108 -0
- package/dist/entities/file-system-file.entity.js.map +1 -0
- package/dist/entities/file-system-folder.entity.d.ts +17 -0
- package/dist/entities/file-system-folder.entity.d.ts.map +1 -0
- package/dist/entities/file-system-folder.entity.js +92 -0
- package/dist/entities/file-system-folder.entity.js.map +1 -0
- package/dist/errors/file-system-not-found.error.d.ts +6 -0
- package/dist/errors/file-system-not-found.error.d.ts.map +1 -0
- package/dist/errors/file-system-not-found.error.js +17 -0
- package/dist/errors/file-system-not-found.error.js.map +1 -0
- package/dist/errors/file-system-not-supported.error.d.ts +6 -0
- package/dist/errors/file-system-not-supported.error.d.ts.map +1 -0
- package/dist/errors/file-system-not-supported.error.js +17 -0
- package/dist/errors/file-system-not-supported.error.js.map +1 -0
- package/dist/errors/file-system-permission-denied.error.d.ts +6 -0
- package/dist/errors/file-system-permission-denied.error.d.ts.map +1 -0
- package/dist/errors/file-system-permission-denied.error.js +17 -0
- package/dist/errors/file-system-permission-denied.error.js.map +1 -0
- package/dist/errors/file-system-rate-limit.error.d.ts +6 -0
- package/dist/errors/file-system-rate-limit.error.d.ts.map +1 -0
- package/dist/errors/file-system-rate-limit.error.js +17 -0
- package/dist/errors/file-system-rate-limit.error.js.map +1 -0
- package/dist/errors/file-system.error.d.ts +10 -0
- package/dist/errors/file-system.error.d.ts.map +1 -0
- package/dist/errors/file-system.error.js +19 -0
- package/dist/errors/file-system.error.js.map +1 -0
- package/dist/errors/index.d.ts +6 -0
- package/dist/errors/index.d.ts.map +1 -0
- package/dist/errors/index.js +14 -0
- package/dist/errors/index.js.map +1 -0
- package/dist/file-system.module.d.ts +10 -0
- package/dist/file-system.module.d.ts.map +1 -0
- package/dist/file-system.module.js +68 -0
- package/dist/file-system.module.js.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +30 -0
- package/dist/index.js.map +1 -0
- package/dist/interfaces/backblaze-file-system-provider-options.interface.d.ts +9 -0
- package/dist/interfaces/backblaze-file-system-provider-options.interface.d.ts.map +1 -0
- package/dist/interfaces/backblaze-file-system-provider-options.interface.js +3 -0
- package/dist/interfaces/backblaze-file-system-provider-options.interface.js.map +1 -0
- package/dist/interfaces/file-system-backblaze-config.interface.d.ts +11 -0
- package/dist/interfaces/file-system-backblaze-config.interface.d.ts.map +1 -0
- package/dist/interfaces/file-system-backblaze-config.interface.js +3 -0
- package/dist/interfaces/file-system-backblaze-config.interface.js.map +1 -0
- package/dist/interfaces/file-system-module-options.interface.d.ts +9 -0
- package/dist/interfaces/file-system-module-options.interface.d.ts.map +1 -0
- package/dist/interfaces/file-system-module-options.interface.js +3 -0
- package/dist/interfaces/file-system-module-options.interface.js.map +1 -0
- package/dist/interfaces/file-system-provider.interface.d.ts +67 -0
- package/dist/interfaces/file-system-provider.interface.d.ts.map +1 -0
- package/dist/interfaces/file-system-provider.interface.js +3 -0
- package/dist/interfaces/file-system-provider.interface.js.map +1 -0
- package/dist/interfaces/file-system-tree-node.interface.d.ts +16 -0
- package/dist/interfaces/file-system-tree-node.interface.d.ts.map +1 -0
- package/dist/interfaces/file-system-tree-node.interface.js +3 -0
- package/dist/interfaces/file-system-tree-node.interface.js.map +1 -0
- package/dist/interfaces/index.d.ts +6 -0
- package/dist/interfaces/index.d.ts.map +1 -0
- package/dist/interfaces/index.js +3 -0
- package/dist/interfaces/index.js.map +1 -0
- package/dist/providers/backblaze-file-system.provider.d.ts +31 -0
- package/dist/providers/backblaze-file-system.provider.d.ts.map +1 -0
- package/dist/providers/backblaze-file-system.provider.js +160 -0
- package/dist/providers/backblaze-file-system.provider.js.map +1 -0
- package/dist/services/file-system.service.d.ts +52 -0
- package/dist/services/file-system.service.d.ts.map +1 -0
- package/dist/services/file-system.service.js +268 -0
- package/dist/services/file-system.service.js.map +1 -0
- package/dist/settings/file-system.settings.d.ts +5 -0
- package/dist/settings/file-system.settings.d.ts.map +1 -0
- package/dist/settings/file-system.settings.js +36 -0
- package/dist/settings/file-system.settings.js.map +1 -0
- package/dist/types/file-metadata.type.d.ts +12 -0
- package/dist/types/file-metadata.type.d.ts.map +1 -0
- package/dist/types/file-metadata.type.js +3 -0
- package/dist/types/file-metadata.type.js.map +1 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +3 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/list-options.type.d.ts +10 -0
- package/dist/types/list-options.type.d.ts.map +1 -0
- package/dist/types/list-options.type.js +3 -0
- package/dist/types/list-options.type.js.map +1 -0
- package/dist/types/list-result-entry.type.d.ts +9 -0
- package/dist/types/list-result-entry.type.d.ts.map +1 -0
- package/dist/types/list-result-entry.type.js +3 -0
- package/dist/types/list-result-entry.type.js.map +1 -0
- package/dist/types/list-result.type.d.ts +10 -0
- package/dist/types/list-result.type.d.ts.map +1 -0
- package/dist/types/list-result.type.js +3 -0
- package/dist/types/list-result.type.js.map +1 -0
- package/dist/types/signed-url-result.type.d.ts +9 -0
- package/dist/types/signed-url-result.type.d.ts.map +1 -0
- package/dist/types/signed-url-result.type.js +3 -0
- package/dist/types/signed-url-result.type.js.map +1 -0
- package/dist/types/upload-options.type.d.ts +12 -0
- package/dist/types/upload-options.type.d.ts.map +1 -0
- package/dist/types/upload-options.type.js +3 -0
- package/dist/types/upload-options.type.js.map +1 -0
- package/package.json +35 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SETTINGS = exports.FILE_SYSTEM_SETTINGS = void 0;
|
|
4
|
+
const core_1 = require("@venturialstd/core");
|
|
5
|
+
const file_system_provider_constant_1 = require("../constants/file-system-provider.constant");
|
|
6
|
+
exports.FILE_SYSTEM_SETTINGS = [
|
|
7
|
+
{
|
|
8
|
+
scope: 'GLOBAL',
|
|
9
|
+
module: 'FILE-SYSTEM',
|
|
10
|
+
section: 'GENERAL',
|
|
11
|
+
key: 'PROVIDER',
|
|
12
|
+
label: 'File system storage provider',
|
|
13
|
+
description: 'Storage provider for file-system operations (e.g. Backblaze B2)',
|
|
14
|
+
type: core_1.SETTINGS_TYPE.SELECT,
|
|
15
|
+
value: file_system_provider_constant_1.FileSystemProviderName.BACKBLAZE,
|
|
16
|
+
options: [
|
|
17
|
+
{ label: 'Backblaze B2', value: file_system_provider_constant_1.FileSystemProviderName.BACKBLAZE },
|
|
18
|
+
],
|
|
19
|
+
sortOrder: 1,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
scope: 'GLOBAL',
|
|
23
|
+
module: 'FILE-SYSTEM',
|
|
24
|
+
section: 'BACKBLAZE',
|
|
25
|
+
key: 'BUCKET_NAME',
|
|
26
|
+
label: 'Backblaze bucket name',
|
|
27
|
+
description: 'B2 bucket name used by the file-system for uploads and downloads',
|
|
28
|
+
type: core_1.SETTINGS_TYPE.TEXT,
|
|
29
|
+
value: '',
|
|
30
|
+
options: null,
|
|
31
|
+
sortOrder: 1,
|
|
32
|
+
},
|
|
33
|
+
];
|
|
34
|
+
/** Exported as SETTINGS so @venturialstd/core can discover and register these settings. */
|
|
35
|
+
exports.SETTINGS = exports.FILE_SYSTEM_SETTINGS;
|
|
36
|
+
//# sourceMappingURL=file-system.settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-system.settings.js","sourceRoot":"","sources":["../../src/settings/file-system.settings.ts"],"names":[],"mappings":";;;AAAA,6CAA6D;AAE7D,8FAAoF;AAEvE,QAAA,oBAAoB,GAAuD;IACtF;QACE,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,aAAa;QACrB,OAAO,EAAE,SAAS;QAClB,GAAG,EAAE,UAAU;QACf,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,iEAAiE;QAC9E,IAAI,EAAE,oBAAa,CAAC,MAAM;QAC1B,KAAK,EAAE,sDAAsB,CAAC,SAAS;QACvC,OAAO,EAAE;YACP,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,sDAAsB,CAAC,SAAS,EAAE;SACnE;QACD,SAAS,EAAE,CAAC;KACb;IACD;QACE,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,aAAa;QACrB,OAAO,EAAE,WAAW;QACpB,GAAG,EAAE,aAAa;QAClB,KAAK,EAAE,uBAAuB;QAC9B,WAAW,EAAE,kEAAkE;QAC/E,IAAI,EAAE,oBAAa,CAAC,IAAI;QACxB,KAAK,EAAE,EAAE;QACT,OAAO,EAAE,IAAI;QACb,SAAS,EAAE,CAAC;KACb;CACF,CAAC;AAEF,2FAA2F;AAC9E,QAAA,QAAQ,GAAG,4BAAoB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/** Metadata returned by head/exists. */
|
|
2
|
+
export interface FileMetadata {
|
|
3
|
+
key: string;
|
|
4
|
+
contentLength?: number;
|
|
5
|
+
contentType?: string;
|
|
6
|
+
etag?: string;
|
|
7
|
+
lastModified?: string;
|
|
8
|
+
metadata?: Record<string, string>;
|
|
9
|
+
/** Version ID for versioned buckets (e.g. Backblaze B2); required for permanent delete. */
|
|
10
|
+
versionId?: string;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=file-metadata.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-metadata.type.d.ts","sourceRoot":"","sources":["../../src/types/file-metadata.type.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,2FAA2F;IAC3F,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-metadata.type.js","sourceRoot":"","sources":["../../src/types/file-metadata.type.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type { UploadOptions } from './upload-options.type';
|
|
2
|
+
export type { ListOptions } from './list-options.type';
|
|
3
|
+
export type { ListResultEntry } from './list-result-entry.type';
|
|
4
|
+
export type { ListResult } from './list-result.type';
|
|
5
|
+
export type { FileMetadata } from './file-metadata.type';
|
|
6
|
+
export type { SignedUrlResult } from './signed-url-result.type';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACrD,YAAY,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACzD,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/** Options for list operation. */
|
|
2
|
+
export interface ListOptions {
|
|
3
|
+
/** Maximum number of keys to return (pagination). */
|
|
4
|
+
maxKeys?: number;
|
|
5
|
+
/** Continuation token for next page. */
|
|
6
|
+
continuationToken?: string;
|
|
7
|
+
/** List objects after this key (cursor). */
|
|
8
|
+
startAfter?: string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=list-options.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-options.type.d.ts","sourceRoot":"","sources":["../../src/types/list-options.type.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,MAAM,WAAW,WAAW;IAC1B,qDAAqD;IACrD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wCAAwC;IACxC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-options.type.js","sourceRoot":"","sources":["../../src/types/list-options.type.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-result-entry.type.d.ts","sourceRoot":"","sources":["../../src/types/list-result-entry.type.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-result-entry.type.js","sourceRoot":"","sources":["../../src/types/list-result-entry.type.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ListResultEntry } from './list-result-entry.type';
|
|
2
|
+
/** Result of list operation. */
|
|
3
|
+
export interface ListResult {
|
|
4
|
+
entries: ListResultEntry[];
|
|
5
|
+
isTruncated: boolean;
|
|
6
|
+
keyCount: number;
|
|
7
|
+
nextContinuationToken?: string;
|
|
8
|
+
prefix?: string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=list-result.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-result.type.d.ts","sourceRoot":"","sources":["../../src/types/list-result.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAEhE,gCAAgC;AAChC,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-result.type.js","sourceRoot":"","sources":["../../src/types/list-result.type.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/** Result of signed URL generation (optional operation). */
|
|
2
|
+
export interface SignedUrlResult {
|
|
3
|
+
url: string;
|
|
4
|
+
/** Optional auth token for upload (e.g. Backblaze). */
|
|
5
|
+
uploadAuthToken?: string;
|
|
6
|
+
/** Expires at (ISO string) if applicable. */
|
|
7
|
+
expiresAt?: string;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=signed-url-result.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signed-url-result.type.d.ts","sourceRoot":"","sources":["../../src/types/signed-url-result.type.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,uDAAuD;IACvD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signed-url-result.type.js","sourceRoot":"","sources":["../../src/types/signed-url-result.type.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/** Options for upload operation. */
|
|
2
|
+
export interface UploadOptions {
|
|
3
|
+
/** Content-Type / MIME type. */
|
|
4
|
+
contentType?: string;
|
|
5
|
+
/** Custom metadata. */
|
|
6
|
+
metadata?: Record<string, string>;
|
|
7
|
+
/** Cache-Control header. */
|
|
8
|
+
cacheControl?: string;
|
|
9
|
+
/** Content-Disposition header. */
|
|
10
|
+
contentDisposition?: string;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=upload-options.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-options.type.d.ts","sourceRoot":"","sources":["../../src/types/upload-options.type.ts"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,MAAM,WAAW,aAAa;IAC5B,gCAAgC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,4BAA4B;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kCAAkC;IAClC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-options.type.js","sourceRoot":"","sources":["../../src/types/upload-options.type.ts"],"names":[],"mappings":""}
|
package/package.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@venturialstd/file-system",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Provider-agnostic file system module (Backblaze, extensible to AWS S3) with file/folder tree persistence",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"type": "commonjs",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"prebuild": "rimraf dist",
|
|
16
|
+
"build": "tsc -p tsconfig.json",
|
|
17
|
+
"release:patch": "npm run build && npm version patch --no-git-tag-version && npm publish",
|
|
18
|
+
"prepublishOnly": "npm run build",
|
|
19
|
+
"pack": "rimraf *.tgz && npm run build && npm pack"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"@nestjs/common": "^11.0.0",
|
|
23
|
+
"@nestjs/typeorm": "^10.0.0",
|
|
24
|
+
"@venturialstd/backblaze": "^0.0.2",
|
|
25
|
+
"@venturialstd/core": "^2.0.0",
|
|
26
|
+
"typeorm": "^0.3.0"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"uuid": "^11.0.5"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@types/uuid": "^10.0.0",
|
|
33
|
+
"typescript": "^5.7.0"
|
|
34
|
+
}
|
|
35
|
+
}
|