4 Star 0 Fork 1

瞌睡游鱼/laya-publish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 840 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jimmy 提交于 2021-08-11 13:52 . 小米优化
{
"name": "laya-publish",
"version": "1.1.2",
"description": "laya2.0的发布工具",
"main": "./Index.js",
"scripts": {
"compile": "tsc",
"pub": "tsc | npm publish"
},
"bin": {
"pack": "./bin/cli/Pack.js",
"compress": "./bin/cli/Compress.js",
"template": "./bin/cli/Template.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/node": "^14.0.23"
},
"dependencies": {
"archiver": "^3.1.1",
"chalk": "^4.1.0",
"compressing": "^1.5.1",
"ftp": "^0.3.10",
"iconv-lite": "^0.6.2",
"inquirer": "^7.3.3",
"rimraf": "^3.0.2",
"tinify": "^1.6.0-beta.2",
"uglify-es": "^3.3.9"
},
"files": [
"bin",
"assets"
],
"keywords": [
"typescript",
"layaAir"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sleepfisher/laya-publish.git
git@gitee.com:sleepfisher/laya-publish.git
sleepfisher
laya-publish
laya-publish
master

搜索帮助