Files
lyroc/package.json
2025-05-27 14:16:48 +08:00

12 lines
274 B
JSON

{
"name": "lyroc",
"version": "0.7.0",
"private": true,
"scripts": {
"version": "node scripts/version-sync.js",
"postversion": "git add . && git commit -m \"chore: bump version to $(cat VERSION)\""
},
"devDependencies": {
"fs-extra": "^11.2.0"
}
}