1 Star 1 Fork 0

樊小书生/f-cache-memory

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
fanyushun 提交于 2024-10-28 17:48 . chore(release): 0.0.13
{
"name": "f-cache-memory",
"private": false,
"license": "MIT",
"version": "0.0.13",
"keywords": [
"cache",
"axios-cache"
],
"description": "cache memory",
"author": "fxss5201",
"repository": {
"type": "git",
"url": "git@github.com:fxss5201/f-cache-memory.git"
},
"type": "module",
"files": [
"dist",
"types"
],
"main": "./dist/cacheMemory.umd.cjs",
"module": "./dist/cacheMemory.js",
"types": "./types/main.d.ts",
"exports": {
"types": "./types/main.d.ts",
"import": "./dist/cacheMemory.js",
"require": "./dist/cacheMemory.umd.cjs"
},
"scripts": {
"dev": "vite",
"test": "vitest --ui",
"build": "tsc && vite build",
"release": "commit-and-tag-version",
"cz": "czg"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/ui": "^2.0.2",
"commit-and-tag-version": "^12.4.1",
"coveralls": "^3.1.1",
"cz-git": "^1.9.3",
"czg": "^1.9.3",
"tsx": "^4.16.2",
"typescript": "^5.4.2",
"vite": "^5.2.10",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.0.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/fxss5201/f-cache-memory.git
git@gitee.com:fxss5201/f-cache-memory.git
fxss5201
f-cache-memory
f-cache-memory
main

搜索帮助