12 lines
274 B
JSON
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"
|
|
}
|
|
} |