Rename postgresql to postgres (keeping only existing files)

This commit is contained in:
Pedro Rodrigues
2026-01-19 19:31:34 +00:00
parent 9ac9bcc495
commit 06a4e68d30
19 changed files with 141 additions and 34 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "postgres-best-practices-build",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsx src/build.ts",
"build-agents": "tsx src/build.ts --agents-only",
"validate": "tsx src/validate.ts",
"extract-tests": "tsx src/extract-tests.ts",
"dev": "npm run validate && npm run build"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
}
}