UNPKG

synthia-cache-system

Version:

Synthia Engine Cache System - 核心缓存系统实现,提供多级缓存、版本管理、性能监控等功能

48 lines 1.04 kB
{ "name": "synthia-cache-system", "version": "0.0.2", "description": "Synthia Engine Cache System - 核心缓存系统实现,提供多级缓存、版本管理、性能监控等功能", "main": "dist/index.js", "types": "dist/index.d.ts", "synthiaPlugin": true, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "fs-extra": "^11.0.0", "crypto": "^1.0.0", "glob": "^10.0.0", "chalk": "^5.0.0", "ora": "^7.0.0", "@aws-sdk/client-s3": "^3.450.0", "node-cache": "^5.1.2", "synthia-shared": "0.0.2" }, "peerDependencies": { "synthia-shared": "^1.0.0" }, "devDependencies": { "tsup": "^7.0.0", "@types/fs-extra": "^11.0.0", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "keywords": [ "cache", "storage", "performance", "optimization", "synthia", "typescript" ], "author": "trueLoving", "license": "MIT", "scripts": { "build": "tsup", "dev": "tsup --watch" } }