{
"name": "aicopyright",
"version": "0.4.4",
"private": true,
"description": "软著一键制作分发平台 —— 从代码到过审,面向中文社区的离线软著生成工具",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://gitcode.com/zhimingzb/AICopyright.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "npm run dev -w @aicopyright/app",
"build": "npm run build -w @aicopyright/core && npm run build -w @aicopyright/app",
"test": "npm run test -w @aicopyright/core && npm run test -w @aicopyright/app",
"test:integration": "npm run test:workers -w @aicopyright/app",
"perf": "npm run build && npm run perf -w @aicopyright/app",
"icons:generate": "node scripts/gen-icons.mjs",
"icons:check": "node scripts/gen-icons.mjs --check",
"licenses:generate": "node scripts/gen-third-party-notices.mjs",
"licenses:check": "node scripts/gen-third-party-notices.mjs --check",
"dist:mac:x64": "npm run dist:mac:x64 -w @aicopyright/app",
"dist:mac:arm64": "npm run dist:mac:arm64 -w @aicopyright/app",
"dist:win:x64": "npm run dist:win:x64 -w @aicopyright/app",
"lockfile:check": "node scripts/check-lockfile-registry.mjs",
"version:check": "node scripts/check-version.mjs",
"version:set": "node scripts/set-version.mjs",
"verify": "npm run version:check && npm run lockfile:check && npm run icons:check && npm run licenses:check && npm test && npm run build && npm run test:integration"
},
"engines": {
"node": ">=22.12.0"
},
"devDependencies": {
"png2icons": "^2.0.1",
"sharp": "^0.35.3",
"tsx": "^4.23.1"
}
}