mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Initial commit
This commit is contained in:
commit
436a79d99f
50 changed files with 870 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue