add dependency @types/node

This commit is contained in:
starbirdtech383
2023-10-25 19:26:07 +05:30
committed by mertmit
parent c11cbf3097
commit 3f9606f778

View File

@@ -16,6 +16,10 @@
"knex": "^3.0.1",
"mysql2": "^3.6.2",
"object-hash": "^3.0.0",
"pg": "^8.11.3"
"pg": "^8.11.3",
"process": "^0.11.10"
},
"devDependencies": {
"@types/node": "^20.8.8"
}
}