UNPKG

template-syncer

Version:

智能模板同步工具 - 让你的项目与模板仓库保持同步,支持智能合并、差异对比和交互式更新

59 lines (58 loc) 1.52 kB
{ "name": "template-syncer", "version": "1.0.3", "description": "智能模板同步工具 - 让你的项目与模板仓库保持同步,支持智能合并、差异对比和交互式更新", "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { "syn": "bin/syn.js" }, "scripts": { "build": "tsc && node scripts/post-build.js", "build:js": "node build.js", "test": "node test/test.js", "start": "node bin/syn.js", "dev": "npm run build && node bin/syn.js --verbose", "dev:watch": "tsc --watch", "publish:npm": "npm run build && npm publish --registry https://registry.npmjs.org", "prepublishOnly": "npm run build" }, "keywords": [ "template", "sync", "vitesse", "vue", "vite" ], "author": "IceyWu <3128006406@qq.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/IceyWu/template-syncer.git" }, "bugs": { "url": "https://github.com/IceyWu/template-syncer/issues" }, "homepage": "https://github.com/IceyWu/template-syncer#readme", "engines": { "node": ">=14.0.0" }, "files": [ "lib/", "bin/", "README.md", "LICENSE" ], "dependencies": { "chalk": "^4.1.2", "commander": "^14.0.0", "glob": "^11.0.2", "inquirer": "^12.6.3" }, "devDependencies": { "@types/glob": "^8.1.0", "@types/inquirer": "^9.0.8", "@types/node": "^24.0.1", "typescript": "^5.8.3" } }