Files
pgmorbac/package.json
T
marc 4d50676fb7 release: 1.0.0
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>
2026-07-25 07:45:06 +02:00

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"
}
}