9 lines
276 B
TypeScript
9 lines
276 B
TypeScript
/**
|
|
* autocreated commitinfo by @pushrocks/commitinfo
|
|
*/
|
|
export const commitinfo = {
|
|
name: '@push.rocks/smartbucket',
|
|
version: '3.0.2',
|
|
description: 'A TypeScript library for simple cloud independent object storage with support for buckets, directories, and files.'
|
|
}
|