mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
17 lines
328 B
JSON
17 lines
328 B
JSON
|
|
{
|
||
|
|
"name": "fedi-project",
|
||
|
|
"module": "index.ts",
|
||
|
|
"type": "module",
|
||
|
|
"devDependencies": {
|
||
|
|
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
||
|
|
"bun-types": "latest",
|
||
|
|
"eslint": "^8.49.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"typescript": "^5.0.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"pg": "^8.11.3",
|
||
|
|
"typeorm": "^0.3.17"
|
||
|
|
}
|
||
|
|
}
|