Repositorio de codigos de activacion + test
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "tsx --test",
|
||||
"test": "tsx --test --watch",
|
||||
"dev": "tsx src/main.ts",
|
||||
"build": "tsc",
|
||||
"build:esbuild": "esbuild --bundle src/main.ts --outdir=dist --platform=node --format=esm --packages=external",
|
||||
@@ -24,10 +24,11 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sf-alvar/db-migrate": "^1.0.3",
|
||||
"axios": "^1.13.6",
|
||||
"db-migrate": "^0.11.14",
|
||||
"dotenv": "^17.3.1",
|
||||
"express": "^5.2.1",
|
||||
"pg": "^8.20.0"
|
||||
"pg": "^8.20.0",
|
||||
"uuidv7": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user