21 lines
656 B
JSON
21 lines
656 B
JSON
{
|
|
"name": "dev-deploy",
|
|
"version": "0.0.1",
|
|
"description": "Saltcorn plugin: migrate metadata changes (tables, fields, views, pages, triggers, roles, library, tags) across Dev/Test/Prod environments via an ops journal with stable UUIDs and HMAC-authenticated peer endpoints. Detects concurrent-edit conflicts and offers theirs/mine resolution. User-table row data is never touched.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test/e2e.js"
|
|
},
|
|
"keywords": [
|
|
"deploy",
|
|
"migration",
|
|
"ops-journal",
|
|
"hmac",
|
|
"metadata-sync"
|
|
],
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"author": "Scott Duensing",
|
|
"license": "MIT"
|
|
}
|