server/package.json

20 lines
375 B
JSON
Raw Normal View History

2023-09-11 05:31:08 +02:00
{
2023-09-11 05:46:20 +02:00
"name": "fedi-project",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"bun-types": "latest",
"eslint": "^8.49.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"pg": "^8.11.3",
"typeorm": "^0.3.17"
}
}