1 Star 0 Fork 8

bluekey2000/Background-RemovalJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
Daniel Hauschildt 提交于 2024-01-23 16:00 . release: v1.4.1
{
"version": "1.4.1",
"name": "workspace",
"workspaces": [
"packages/web",
"packages/web-data",
"packages/node"
],
"bin": {
"changelog-create": "./scripts/changelog/changelog-create.mjs",
"changelog-generate": "./scripts/changelog/changelog-generate.mjs"
},
"files": [],
"scripts": {
"start": "npm run watch",
"watch": "concurrently \"npm run watch --prefix packages/web\" \"npm run watch --prefix packages/node\"",
"build": "npm run build --workspaces --if-present",
"lint": "npx prettier --write --ignore-unknown .",
"publish:latest": "npm run publish:latest --workspaces --if-present",
"publish:next": "npm run publish:next --workspaces --if-present",
"package:version": "node ./scripts/package-version.mjs",
"deploy-assets": "node -r dotenv/config ./scripts/deploy-assets.mjs",
"tag": "git tag $npm_package_version & git push origin $npm_package_version",
"package:pack": "npm run package:pack --workspaces --if-present"
},
"devDependencies": {
"dotenv": "^16.3.1",
"glob": "^10.3.3",
"moment": "^2.29.4",
"onchange": "^7.1.0",
"yaml": "^2.3.4"
},
"dependencies": {
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"ejs": "^3.1.9",
"es-main": "^1.3.0",
"meow": "^13.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/bluekey2000/Background-RemovalJS.git
git@gitee.com:bluekey2000/Background-RemovalJS.git
bluekey2000
Background-RemovalJS
Background-RemovalJS
main

搜索帮助