Ai
1 Star 0 Fork 1

Lance/refly

forked from lyyong/refly 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "refly-monorepo",
"private": true,
"engines": {
"pnpm": ">=8"
},
"scripts": {
"commit": "cz",
"dev": "turbo run dev",
"start": "turbo run start",
"build": "turbo run build",
"build:api": "turbo run build --filter=@refly/api",
"build:web": "turbo run build --filter=@refly/web",
"build:extension": "turbo run build --filter=@refly/extension",
"copy-env": "turbo run copy-env",
"codegen": "turbo run codegen",
"clean": "turbo run clean",
"cy:open": "cypress open",
"cy:install": "cypress install",
"lint": "biome lint .",
"lint:fix": "biome lint . --write",
"format": "biome format .",
"format:fix": "biome format . --write",
"check": "biome check .",
"check:fix": "biome check . --write",
"test": "pnpm -r --if-present test",
"test:unit": "pnpm -r --if-present test:unit",
"test:integration": "pnpm -r --if-present test:integration",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@types/node": "20.14.8",
"commitizen": "^4.2.4",
"cypress": "14.0.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"ncp": "^2.0.0",
"rimraf": "^5.0.10",
"turbo": "^2.1.2",
"typescript": "5.3.3",
"vitest": "^2.1.0"
},
"packageManager": "pnpm@8.15.8",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": ["biome check --write"],
"*.json": ["biome format --write"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lance521/refly.git
git@gitee.com:lance521/refly.git
lance521
refly
refly
main

搜索帮助