UNPKG

@cmtlyt/storage

Version:
61 lines 1.32 kB
{ "name": "@cmtlyt/storage", "type": "module", "version": "0.2.2", "private": false, "description": "cl存储管理", "author": { "name": "cmtlyt", "email": "cmtlyt@163.com" }, "license": "MIT", "homepage": "https://github.com/cmtlyt/toolset/tree/main/packages/storage/README.md", "repository": { "type": "git", "url": "git+https://github.com/cmtlyt/toolset.git", "directory": "packages/storage" }, "bugs": { "url": "https://github.com/cmtlyt/toolset/issues" }, "keywords": [ "cl", "storage", "cmtlyt", "存储", "sdk" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "clPublish": { "checkDir": [ "src/**/*.ts" ] }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@cmtlyt/base": "^0.9.2", "@cmtlyt/json-schema": "^0.4.2", "@cmtlyt/string-zip": "^0.4.2" }, "scripts": { "stub": "unbuild --stub", "build": "unbuild", "test": "vitest run", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" } }