4d50676fb7
First stable release. Bumps the control file, META.json and the release tooling, and renames the install script to pgmorbac--1.0.0.sql. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
409 B
JSON
15 lines
409 B
JSON
{
|
|
"name": "pgmorbac-release-tools",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Release tooling for the pgmorbac PostgreSQL extension (build + sign + publish the PGXN distribution).",
|
|
"scripts": {
|
|
"dist": "node scripts/build-dist.mjs",
|
|
"release": "node scripts/build-dist.mjs && node scripts/gitea-release.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"jose": "^5"
|
|
}
|
|
}
|