1 Star 17 Fork 1

fisher/flexvars

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "flexvars",
"version": "1.0.7",
"description": "Powerful string interpolation tool library",
"homepage": "https://zhangfisher.github.io/flexvars/",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://gitee.com/zhangfisher/flexvars.git"
},
"scripts": {
"test": "vitest --",
"test:coverage": "vitest --coverage",
"build": "tsup",
"release": "changeset version && changeset publish",
"changeset": "changeset",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.0.0",
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@vitest/coverage-v8": "^0.34.5",
"esbuild-copy-files-plugin": "^1.1.0",
"tsup": "^7.2.0",
"typescript": "^5.7.2",
"vitepress": "^1.5.0",
"vitest": "^0.34.4"
},
"dependencies": {
"flex-tools": "^1.4.41"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhangfisher/flexvars.git
git@gitee.com:zhangfisher/flexvars.git
zhangfisher
flexvars
flexvars
master

搜索帮助