🚀 Initial commit: Versão atual do TrackSteel APP

This commit is contained in:
2026-03-18 21:17:53 +00:00
commit bde410c9ad
633 changed files with 108150 additions and 0 deletions

21
scripts/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "database-scripts",
"version": "1.0.0",
"description": "Scripts administrativos para operações no banco de dados",
"main": "index.js",
"scripts": {
"update-b101-fase9": "node update_apontamentos_b101_fase9.js",
"install": "npm install"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.0"
},
"keywords": [
"supabase",
"database",
"scripts",
"admin"
],
"author": "Sistema de Produção",
"license": "ISC"
}