Ai
1 Star 0 Fork 0

sangong/translateFiles

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
sangong 提交于 2024-06-17 21:10 +08:00 . 一小时开发
{
"name": "list-files",
"version": "1.0.0",
"description": "",
"main": "lib/bundle.cjs.js",
"module": "lib/bundle.esm.js",
"browser": "lib/bundle.browser.js",
"types": "types/index.d.ts",
"files": [
"src",
"types",
"lib"
],
"scripts": {
"build": "rollup -c",
"build:types": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.14.2",
"rollup": "^4.9.6",
"typescript": "^5.3.3"
},
"dependencies": {
"dayjs": "^1.10.4",
"tslib": "^2.6.2",
"pinyin-pro": "^3.22.2",
"pinyin": "^4.0.0-alpha.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sangonghappy/translate-files.git
git@gitee.com:sangonghappy/translate-files.git
sangonghappy
translate-files
translateFiles
master

搜索帮助