Files
stanza/registry/modules/db-postgres/package.json
T
2026-05-20 11:52:53 -04:00

13 lines
252 B
JSON

{
"name": "@stanza-modules/db-postgres",
"version": "0.1.0",
"private": true,
"license": "MIT",
"type": "module",
"main": "./module.ts",
"dependencies": {
"@stanza/codemods": "workspace:*",
"@stanza/registry": "workspace:*"
}
}