th3w1zard1's picture
Deploy GPTR trask-http from community-bots local CI
3a25f97 verified
{
"name": "@openkotor/persistence",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -b"
},
"dependencies": {
"@openkotor/pazaak-rating": "workspace:*",
"drizzle-orm": "^0.45.2",
"postgres": "^3.4.9"
}
}