2023-09-11 05:31:08 +02:00
|
|
|
{
|
2023-09-12 22:48:10 +02:00
|
|
|
"name": "fedi-project",
|
|
|
|
|
"module": "index.ts",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"devDependencies": {
|
2023-09-12 22:53:30 +02:00
|
|
|
"@types/jsonld": "^1.5.9",
|
2023-09-12 22:48:10 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
|
|
|
"@typescript-eslint/parser": "^6.6.0",
|
|
|
|
|
"activitypub-types": "^1.0.3",
|
|
|
|
|
"bun-types": "latest",
|
|
|
|
|
"eslint": "^8.49.0",
|
|
|
|
|
"typescript": "^5.2.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"jsonld": "^8.3.1",
|
|
|
|
|
"pg": "^8.11.3",
|
|
|
|
|
"reflect-metadata": "^0.1.13",
|
|
|
|
|
"typeorm": "^0.3.17"
|
|
|
|
|
}
|
2023-09-11 05:46:20 +02:00
|
|
|
}
|