3 Star 0 Fork 0

mirrors_jaywcjlove/github-action-package

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 933 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"$schema": "https://json.schemastore.org/package.json",
"name": "github-action-package",
"version": "2.0.0",
"description": "Read and modify the contents of package.json.",
"scripts": {
"prepare": "husky",
"build": "ncc build src/index.ts -o lib",
"watch": "ncc watch src/index.ts -o lib"
},
"author": "jaywcjlove",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/github-action-package"
},
"lint-staged": {
"*.ts?(x)": [
"npm run build"
]
},
"keywords": [
"actions",
"package",
"package.json",
"json",
"node",
"setup"
],
"engines": {
"node": ">=v20.11.0",
"npm": ">=10.2.4"
},
"dependencies": {
"@actions/core": "^1.10.0",
"has-value": "^2.0.2",
"isobject": "^4.0.0"
},
"devDependencies": {
"@kkt/ncc": "~1.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jaywcjlove/github-action-package.git
git@gitee.com:mirrors_jaywcjlove/github-action-package.git
mirrors_jaywcjlove
github-action-package
github-action-package
main

搜索帮助