@cmtlyt/string-zip
Version:
55 lines • 1.18 kB
JSON
{
"name": "@cmtlyt/string-zip",
"type": "module",
"version": "0.4.3",
"private": false,
"description": "cl字符串数据压缩",
"author": {
"name": "cmtlyt",
"email": "cmtlyt@163.com"
},
"license": "MIT",
"homepage": "https://github.com/cmtlyt/toolset/tree/main/packages/stringZip/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/cmtlyt/toolset.git",
"directory": "packages/stringZip"
},
"bugs": {
"url": "https://github.com/cmtlyt/toolset/issues"
},
"keywords": [
"cl",
"string-zip",
"cmtlyt",
"string",
"zip",
"字符串",
"压缩"
],
"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"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@cmtlyt/base": "^0.10.0"
},
"scripts": {
"stub": "unbuild --stub",
"build": "unbuild",
"test": "cross-env CI=true vitest run"
}
}